Remove unused GetGameAPI() prototype

Submitted by: Ozkan Sezer
This commit is contained in:
Yamagi Burmeister 2015-08-31 18:19:31 +02:00
parent 906b89e483
commit c107df476c
1 changed files with 2 additions and 4 deletions

View File

@ -77,7 +77,7 @@ struct edict_s
int clipmask;
edict_t *owner;
/* the game dll can add anything it wants
/* the game dll can add anything it wants
after this point in the structure */
};
@ -106,7 +106,7 @@ typedef struct
void (*error)(char *fmt, ...);
/* the *index functions create configstrings
/* the *index functions create configstrings
and some internal server state */
int (*modelindex)(char *name);
int (*soundindex)(char *name);
@ -220,7 +220,5 @@ typedef struct
int max_edicts;
} game_export_t;
game_export_t *GetGameAPI(game_import_t *import);
#endif /* XATRIX_GAME_H */