mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-01 18:40:16 +01:00
Allocated Lists merged into one functions for extra expandability
This commit is contained in:
parent
fa8a1e23b7
commit
5847a57d7f
6 changed files with 18 additions and 22 deletions
1
src/db.h
1
src/db.h
|
|
@ -256,6 +256,7 @@ void free_text_files(void);
|
|||
void free_help_table(void);
|
||||
void free_player_index(void);
|
||||
void load_help(FILE *fl, char *name);
|
||||
void new_mobile_data(struct char_data *ch);
|
||||
|
||||
zone_rnum real_zone(zone_vnum vnum);
|
||||
room_rnum real_room(room_vnum vnum);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue