mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
Add Android platform define
This commit is contained in:
@@ -245,6 +245,11 @@ typedef signed char int8;
|
|||||||
#define IsPlatform64Bits() false
|
#define IsPlatform64Bits() false
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef _ANDROID
|
||||||
|
#define IsAndroid() true
|
||||||
|
#else
|
||||||
|
#define IsAndroid() false
|
||||||
|
#endif
|
||||||
// From steam/steamtypes.h
|
// From steam/steamtypes.h
|
||||||
// RTime32
|
// RTime32
|
||||||
// We use this 32 bit time representing real world time.
|
// We use this 32 bit time representing real world time.
|
||||||
|
|||||||
Reference in New Issue
Block a user