Used for including c++ headers that contain language features, not library features.
Checks the platform that the engine and unit is being compiled on is appropriate. ...
Defines assertion functions and macros.
Ensures the engine/unit is being compiled on a little endian architecture.
Defines the TARGET_OS_XXX macro for identifying the operating system the program is being compiled fo...