mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-19 07:51:43 +00:00
Missing prototype.
This commit is contained in:
parent
676f7f5dbf
commit
a405f17d0b
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…
Reference in a new issue