Home
last modified time | relevance | path

Searched refs:gameExport_t (Results 1 – 23 of 23) sorted by relevance

/dports/games/egl/egl-0.3.1_9/game/
H A Dgame.h228 } gameExport_t; typedef
230 gameExport_t *GetGameApi (gameImport_t *import);
H A Dg_main.c26 gameExport_t globals;
111 gameExport_t *GetGameAPI (gameImport_t *import) in GetGameAPI()
H A Dg_local.h447 extern gameExport_t globals;
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/
H A DGame.h354 } gameExport_t; typedef
357 typedef gameExport_t * (*GetGameAPI_t)( gameImport_t *import );
H A DCommon.cpp2620 gameExport_t gameExport; in LoadGameDLL()
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dg_public.h192 } gameExport_t; typedef
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dg_public.h192 } gameExport_t; typedef
/dports/games/ioquake3/ioquake3-1.36/code/game/
H A Dg_public.h428 } gameExport_t; typedef
/dports/games/ioquake3-server/ioquake3-1.36/code/game/
H A Dg_public.h428 } gameExport_t; typedef
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/game/
H A Dg_public.h427 } gameExport_t; typedef
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/game/
H A Dg_public.h428 } gameExport_t; typedef
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/game/
H A Dg_public.h429 } gameExport_t; typedef
/dports/games/openarena/openarena-engine-source-0.8.8/code/game/
H A Dg_public.h429 } gameExport_t; typedef
/dports/games/evq3/evq3/code/game/
H A Dg_public.h428 } gameExport_t; typedef
/dports/games/egl/egl-0.3.1_9/server/
H A Dsv_gameapi.c27 gameExport_t *ge;
530 ge = (gameExport_t *) Sys_LoadLibrary (LIB_GAME, &gi); in SV_GameAPI_Init()
H A Dsv_local.h292 extern gameExport_t *ge;
/dports/games/iortcw/iortcw-1.51c/MP/code/game/
H A Dg_public.h470 } gameExport_t; typedef
/dports/games/iortcw/iortcw-1.51c/SP/code/game/
H A Dg_public.h479 } gameExport_t; typedef
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dg_public.h1139 } gameExport_t; typedef
1143 typedef gameExport_t* (QDECL *GetGameAPI_t)( int apiVersion, gameImport_t *import );
H A Dg_main.c3563 Q_EXPORT gameExport_t* QDECL GetModuleAPI( int apiVersion, gameImport_t *import ) in GetModuleAPI()
3565 static gameExport_t ge = {0}; in GetModuleAPI()
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/
H A DGame_local.cpp86 static gameExport_t gameExport;
105 extern "C" ID_GAME_API gameExport_t *GetGameAPI( gameImport_t *import ) { in GetGameAPI()
145 gameExport_t testExport; in TestGameAPI()
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/
H A DGame_local.cpp87 static gameExport_t gameExport;
141 extern "C" ID_GAME_API gameExport_t *GetGameAPI( gameImport_t *import ) { in GetGameAPI()
182 gameExport_t testExport; in TestGameAPI()
/dports/games/openjk/OpenJK-07675e2/codemp/server/
H A Dsv_gameapi.cpp37 static gameExport_t *ge; // game export table
2804 gameExport_t *ret; in SV_BindGame()