CSEngine
All Classes Functions Variables Modules Pages
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