mirror of
https://github.com/yquake2/rogue.git
synced 2024-11-29 23:42:25 +00:00
Remove unused prototype of GetGameAPI()
Submitted by: Ozkan Sezer
This commit is contained in:
parent
4ddd5537ab
commit
a2c0f5cb4f
1 changed files with 2 additions and 4 deletions
|
@ -212,6 +212,4 @@ typedef struct
|
||||||
int max_edicts;
|
int max_edicts;
|
||||||
} game_export_t;
|
} game_export_t;
|
||||||
|
|
||||||
game_export_t *GetGameApi(game_import_t *import);
|
|
||||||
|
|
||||||
#endif /* ROGUE_GAME_H */
|
#endif /* ROGUE_GAME_H */
|
||||||
|
|
Loading…
Reference in a new issue