Create new App instance
- Returns
- NULL if memory allocation was impossible, otherwise a valid pointer to App
void App__destroy |
( |
App * |
app | ) |
|
Destroy application
- Parameters
-
[in] | app | App to be destroyed |
bool App__init |
( |
App * |
app | ) |
|
Initialize application
- Parameters
-
- Returns
- true if initialization was successful
void App__render |
( |
App * |
app | ) |
|
Render application
- Parameters
-
void App__run |
( |
App * |
app | ) |
|
Start application
- Parameters
-
bool App__terminate |
( |
App * |
app | ) |
|
Terminate application
- Parameters
-
- Returns
- true if termination was successful
The documentation for this struct was generated from the following file: