Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

[E] Core files

Madman10K edited this page Nov 11, 2023 · 8 revisions

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

Clone this wiki locally