CyberEngineMkIII
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CYBEngine.hpp
Go to the documentation of this file.
1 #pragma once
3 
4 namespace CYB {
6  namespace Engine {};
7 };
8 
9 #include "Memory/CYBMemory.hpp"
10 
11 #include "Helpers/CYBHelpers.hpp"
12 
13 #include "Core/CYBCore.hpp"
Contains all headers for core engine helpers.
Defines the engine core interface and static pointer as well as the Engine() access function...
Contains all headers relating to memory.