![]() |
BlitzMax Extended
0.8.11
Pushing Blitz to the Max.
|
Low-level macros and defines to ease cross-platform programming. More...
Go to the source code of this file.
Defines | |
#define | BB_DEBUG TRUE |
Defined if the operating system is MacOS (X) |
Low-level macros and defines to ease cross-platform programming.
#define BB_DEBUG TRUE |
Defined if the operating system is MacOS (X)
Equals the BlitzMax precompiler define ?MacOS: #ifdef BB_OS_MACOS
does the same as ?MacOS
Defined if the operating system is Windows
Equals the BlitzMax precompiler define ?Win32: #ifdef BB_OS_WIN32
does the same as ?Win32