0ad/source/lib/allocators/aligned_allocator.cpp

13 lines
370 B
C++
Raw Normal View History

/**
* =========================================================================
* 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"