Remove unneed GetGameAPI() prototype.

Based upon a patch submitted by: Ozkan Sezer
This commit is contained in:
Yamagi Burmeister 2015-08-24 18:04:24 +02:00
parent bd025ae5c5
commit 8e61ccecca

View file

@ -235,5 +235,3 @@ typedef struct
int num_edicts; /* current number, <= max_edicts */
int max_edicts;
} game_export_t;
game_export_t *GetGameAPI(game_import_t *import);