SDEngine
Game Engine
Loading...
Searching...
No Matches
GameAPI Struct Reference

#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
 

Member Data Documentation

◆ api_version

uint32_t GameAPI::api_version

◆ on_load

Game_OnLoadFn GameAPI::on_load

◆ on_unload

Game_OnUnloadFn GameAPI::on_unload

◆ on_update

Game_OnUpdateFn GameAPI::on_update

◆ struct_size

size_t GameAPI::struct_size

The documentation for this struct was generated from the following file: