4#ifndef TRAM_SDK_PLATFORM_PLATFORM_H
5#define TRAM_SDK_PLATFORM_PLATFORM_H
15#if defined(__EMSCRIPTEN__)
16 #define TRAM_SDK_PLATFORM_WEB
19 #define TRAM_SDK_PLATFORM_WINDOWS
21#elif defined(__unix__)
22 #define TRAM_SDK_PLATFORM_LINUX
25 #error Undetectable platform. Please make your platform detectable.
PlatformType
Definition: platform.h:9
@ PLATFORM_WEB
Definition: platform.h:12
@ PLATFORM_LINUX
Definition: platform.h:11
@ PLATFORM_WINDOWS
Definition: platform.h:10