mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-23 07:44:07 +01:00
Renamed numerous functions more sensibly and moved all single protos from .h to appropriate .c
This commit is contained in:
parent
6e584e104e
commit
5e5ad41afc
33 changed files with 1626 additions and 689 deletions
|
|
@ -11,7 +11,6 @@ int copy_mob_strings(struct char_data *to, struct char_data *from);
|
|||
int free_mob_strings(struct char_data *);
|
||||
int free_mobile(struct char_data *mob);
|
||||
int save_mobiles(zone_rnum rznum);
|
||||
void extract_mobile_all(mob_vnum vnum);
|
||||
int update_mobile_strings(struct char_data *t, struct char_data *f);
|
||||
void check_mobile_strings(struct char_data *mob);
|
||||
void check_mobile_string(mob_vnum i, char **string, const char *desc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue