mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Missing prototype.
This commit is contained in:
parent
179cbc7264
commit
1a2f6c4859
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ taggroup_t* tags_mapthings[MAXTAGS + 1];
|
|||
|
||||
void Taggroup_Add (taggroup_t *garray[], const mtag_t tag, size_t id);
|
||||
void Taggroup_Remove (taggroup_t *garray[], const mtag_t tag, size_t id);
|
||||
size_t Taggroup_Find (const taggroup_t *group, const size_t id);
|
||||
|
||||
void Taglist_InitGlobalTables(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue