CyberEngineMkIII
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Declarations.hpp
Go to the documentation of this file.
1 #pragma once
3 
4 #include "OSDeclaration.hpp"
5 #include "Endianess.hpp"
6 #include "SystemChecks.hpp"
7 #include "STL.hpp"
8 #include "Assert.hpp"
9 #include "Expressions.hpp"
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. ...
Helpful constexprs.
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...