0ad/source/lib/allocators/aligned_allocator.cpp
Ykkrosh 7a4dd7b473 Set svn:eol-style=native
This was SVN commit r6828.
2009-04-18 16:14:48 +00:00

12 lines
370 B
C++

/**
* =========================================================================
* File : aligned_allocator.cpp
* Project : 0 A.D.
* Description : STL allocator for aligned memory
* =========================================================================
*/
// license: GPL; see lib/license.txt
#include "precompiled.h"
#include "aligned_allocator.h"