Core.hpp
Contains include statements to all core dependencies of the Engine components
Global.hpp
Contains the global
global variable, and it's
corresponding class UVK::UVKGlobal
which manage the entire
global state of the engine
Defines.hpp
Contains all pre-processor definitions and macros
Types.hpp
Typedefs of many types from other libraries
Interfaces.hpp
Contains an include to all interface classes
Utility.hpp
Contains utility functions
Events.hpp
Contains the functionality for executing
Scriptable Object
events
ECS.hpp
Contains the global entity pool
Interfaces.hpp
A header that includes all interface classes
Actor.hpp
Contains all scene actor functionality
- Home
- Beginner concepts
- Advanced concepts
- Engine developer and contributor resources