mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-22 12:11:36 +00:00
7 lines
320 B
C
7 lines
320 B
C
void GIB_Module_Load (char *name, FILE *f);
|
|
gib_module_t *GIB_Create_Module (char *name);
|
|
gib_sub_t *GIB_Create_Sub (gib_module_t *mod, char *name);
|
|
void GIB_Read_Sub (gib_sub_t *sub, FILE *f);
|
|
gib_module_t *GIB_Find_Module (char *name);
|
|
gib_sub_t *GIB_Find_Sub (gib_module_t *mod, char *name);
|
|
void GIB_Stats_f (void);
|