CyberEngineMkIII
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CyberEngine.hpp
Go to the documentation of this file.
1 #pragma once
3 
5 namespace CYB {
7  namespace API {};
8 #ifndef EXPLICIT_CYB_API_USAGE
9  using namespace API;
10 #endif
11 };
12 
14 
15 #include "Types/Types.hpp"
16 
18 #include "Interop/Interop.hpp"
21 
22 #include "Interop/Interop.inl"
Includes headers that define types with certain dependancies.
Includes engine allocatable types.
Includes files that contain classes required for communitcation between the engine and the unit...
Defines global level basic types.
Includes headers that define non-allocatable engine objects.
Includes the headers needed before anything else in the engine.