Kohi Game Engine
|
This file contains types to be consumed by the application library. More...
Go to the source code of this file.
Data Structures | |
struct | application |
Represents the basic application state in a application. Called for creation by the application. More... | |
Typedefs | |
typedef enum application_stage | application_stage |
Represents the various stages of application lifecycle. More... | |
typedef struct application | application |
Represents the basic application state in a application. Called for creation by the application. More... | |
Enumerations | |
enum | application_stage { APPLICATION_STAGE_UNINITIALIZED , APPLICATION_STAGE_BOOTING , APPLICATION_STAGE_BOOT_COMPLETE , APPLICATION_STAGE_INITIALIZING , APPLICATION_STAGE_INITIALIZED , APPLICATION_STAGE_RUNNING , APPLICATION_STAGE_SHUTTING_DOWN } |
Represents the various stages of application lifecycle. More... | |
This file contains types to be consumed by the application library.
typedef struct application application |
Represents the basic application state in a application. Called for creation by the application.
typedef enum application_stage application_stage |
Represents the various stages of application lifecycle.
enum application_stage |
Represents the various stages of application lifecycle.