Missing prototype.

This commit is contained in:
Nev3r 2020-11-10 13:09:30 +01:00
parent 676f7f5dbf
commit a405f17d0b
1 changed files with 1 additions and 0 deletions

View File

@ -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);