|
SDEngine
Game Engine
|
#include <stddef.h>#include <stdint.h>
Include dependency graph for game_api.hpp:Go to the source code of this file.
Classes | |
| struct | GameAPI |
Macros | |
| #define | GAME_API_VERSION 1 |
| #define | GAME_GET_API_NAME "get_game_api" |
Typedefs | |
| typedef struct SD_Application | SD_Application |
| typedef void(* | Game_OnLoadFn) (SD_Application *app, void *state) |
| typedef void(* | Game_OnUpdateFn) (SD_Application *app, void *state, float dt) |
| typedef void(* | Game_OnUnloadFn) (SD_Application *app, void *state) |
| typedef void(* | Game_OnReloadFn) (SD_Application *app, void *state) |
| typedef struct GameAPI | GameAPI |
| typedef GameAPI(* | GetGameAPIFn) () |
| #define GAME_API_VERSION 1 |
| #define GAME_GET_API_NAME "get_game_api" |
| typedef void(* Game_OnLoadFn) (SD_Application *app, void *state) |
| typedef void(* Game_OnReloadFn) (SD_Application *app, void *state) |
| typedef void(* Game_OnUnloadFn) (SD_Application *app, void *state) |