This file contains forward declarations of all structures used in the engine. More...
Go to the source code of this file.
This file contains forward declarations of all structures used in the engine.
This file contains forward declarations of all structures used in the engine. Forward declarations are used to declare a structure without defining its members. This allows the structure to be used in other structures or functions without including its definition.