22 lines
153 B
C++
22 lines
153 B
C++
|
|
#include "pch-cpp.hpp"
|
|||
|
|
|
|||
|
|
#ifndef _MSC_VER
|
|||
|
|
# include <alloca.h>
|
|||
|
|
#else
|
|||
|
|
# include <malloc.h>
|
|||
|
|
#endif
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
IL2CPP_EXTERN_C_BEGIN
|
|||
|
|
IL2CPP_EXTERN_C_END
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|