Remove unused prototype of GetGameAPI()

Submitted by: Ozkan Sezer
This commit is contained in:
Yamagi Burmeister 2015-08-31 18:32:43 +02:00
parent 4ddd5537ab
commit a2c0f5cb4f

View file

@ -212,6 +212,4 @@ typedef struct
int max_edicts;
} game_export_t;
game_export_t *GetGameApi(game_import_t *import);
#endif /* ROGUE_GAME_H */