|
SDEngine
Game Engine
|
#include <game.h>
Collaboration diagram for GameAPI:Public Attributes | |
| uint32_t | api_version |
| size_t | struct_size |
| Game_OnLoadFn | on_load |
| Game_OnUpdateFn | on_update |
| Game_OnUnloadFn | on_unload |
| uint32_t GameAPI::api_version |
| Game_OnLoadFn GameAPI::on_load |
| Game_OnUnloadFn GameAPI::on_unload |
| Game_OnUpdateFn GameAPI::on_update |
| size_t GameAPI::struct_size |