From 15740faf9fe9fe4be08965098bbf2947e096aeeb Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 14 Aug 2019 22:50:43 +0800 Subject: +Unity Runtime code --- Runtime/Misc/Allocator.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Runtime/Misc/Allocator.cpp (limited to 'Runtime/Misc/Allocator.cpp') diff --git a/Runtime/Misc/Allocator.cpp b/Runtime/Misc/Allocator.cpp new file mode 100644 index 0000000..0c1f3c0 --- /dev/null +++ b/Runtime/Misc/Allocator.cpp @@ -0,0 +1,18 @@ +#include "UnityPrefix.h" +#if defined(UNIT_TEST) +#include +#define AssertIf(x) assert(!(x)) +#else +#include "Configuration/UnityConfigure.h" +#endif + +#include + +#if UNITY_WIN || UNITY_ANDROID +#include +#endif + +#include "Allocator.h" +#if UNITY_WII +#include +#endif -- cgit v1.1-26-g67d0