end.h 454 B

1234567891011121314151617181920
  1. #define C const
  2. #define T (*this)
  3. #define null nullptr
  4. #undef DEBUG
  5. #define DEBUG SET_DEBUG
  6. #undef WINDOWS
  7. #define WINDOWS SET_WINDOWS
  8. #undef MAC
  9. #define MAC SET_MAC
  10. #undef LINUX
  11. #define LINUX SET_LINUX
  12. #undef ANDROID
  13. #define ANDROID SET_ANDROID
  14. #undef IOS
  15. #define IOS SET_IOS
  16. #undef WEB
  17. #define WEB SET_WEB
  18. #undef LONG_MIN
  19. #define LONG_MIN (-0x7FFFFFFFFFFFFFFF-1) // Minimum possible value of 64-bit signed int ( Long )