mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-16 17:11:03 +00:00
Fix a typo in a function prototype in game.h
This commit is contained in:
parent
d07735b831
commit
909e69462f
1 changed files with 1 additions and 1 deletions
|
@ -236,4 +236,4 @@ typedef struct
|
|||
int max_edicts;
|
||||
} game_export_t;
|
||||
|
||||
game_export_t *GetGameApi(game_import_t *import);
|
||||
game_export_t *GetGameAPI(game_import_t *import);
|
||||
|
|
Loading…
Reference in a new issue