Home
last modified time | relevance | path

Searched refs:GetCGameAPI (Results 1 – 8 of 8) sorted by relevance

/dports/games/egl/egl-0.3.1_9/cgame/
H A Dexports.def2 GetCGameAPI
H A Dcg_api.c41 cgExport_t *GetCGameAPI (cgImport_t *cgimp) in GetCGameAPI() function
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcl_game_campaign.cpp38 const cgame_export_t* GetCGameAPI (const cgame_import_t* import) in GetCGameAPI() function
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/
H A Dcl_game.cpp123 const cgame_export_t* GetCGameAPI (const cgame_import_t* import) in GetCGameAPI() function
1147 cgame_api_t GetCGameAPI; in GAME_GetCGameAPI() local
1170 GetCGameAPI = (cgame_api_t)(uintptr_t)SDL_LoadFunction(cls.cgameLibrary, "GetCGameAPI"); in GAME_GetCGameAPI()
1171 if (!GetCGameAPI) { in GAME_GetCGameAPI()
1185 return GetCGameAPI(GAME_GetImportData(t)); in GAME_GetCGameAPI()
H A Dcgame.h354 extern "C" const cgame_export_t* GetCGameAPI(const cgame_import_t* import);
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/multiplayer/
H A Dcl_game_multiplayer.cpp273 const cgame_export_t* GetCGameAPI (const cgame_import_t* import) in GetCGameAPI() function
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/skirmish/
H A Dcl_game_skirmish.cpp352 const cgame_export_t* GetCGameAPI (const cgame_import_t* import) in GetCGameAPI() function
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dcl_cgameapi.cpp1701 GetCGameAPI_t GetCGameAPI; in CL_BindCGame() local
1915 GetCGameAPI = (GetCGameAPI_t)cgvm->GetModuleAPI; in CL_BindCGame()
1916 ret = GetCGameAPI( CGAME_API_VERSION, &cgi ); in CL_BindCGame()