CSEngine
Loading...
Searching...
No Matches
PlatformDef.h
1
#pragma once
2
3
#if defined(__ANDROID__) || defined(__EMSCRIPTEN__) || defined(IOS)
4
#define __CSE_ES__
5
#elif defined(_WIN32) || defined(__linux__) || defined(__APPLE_CC__)
6
#define __CSE_DESKTOP__
7
#endif
PlatformDef.h
Generated on Sun Jun 15 2025 01:26:03 for CSEngine by
1.12.0