Add Android platform define

This commit is contained in:
JusicP 2021-10-31 22:26:20 +02:00
parent 82545dfe26
commit 92bd6a132e

View File

@ -245,6 +245,11 @@ typedef signed char int8;
#define IsPlatform64Bits() false
#endif
#ifdef _ANDROID
#define IsAndroid() true
#else
#define IsAndroid() false
#endif
// From steam/steamtypes.h
// RTime32
// We use this 32 bit time representing real world time.