10 lines
283 B
C++
10 lines
283 B
C++
/***
|
|
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
File: Alloc.cpp
|
|
Date: 2021-6-27
|
|
Author: Reece
|
|
***/
|
|
#if defined(_AUHAS_AURORARUNTIME) || defined(AURORA_ENGINE_RUNTIME) || defined(AURORA_ENGINE_KERNEL)
|
|
#include <AuroraAlloc.cpp>
|
|
#endif |