mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-03 19:40:16 +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
|
|
@ -5,14 +5,12 @@
|
|||
************************************************************************/
|
||||
|
||||
zone_rnum create_new_zone(zone_vnum vzone_num, room_vnum bottom, room_vnum top, const char **error);
|
||||
void create_world_index(int znum, const char *type);
|
||||
void remove_room_zone_commands(zone_rnum zone, room_rnum room_num);
|
||||
int save_zone(zone_rnum zone_num);
|
||||
int count_commands(struct reset_com *list);
|
||||
void add_cmd_to_list(struct reset_com **list, struct reset_com *newcmd, int pos);
|
||||
void remove_cmd_from_list(struct reset_com **list, int pos);
|
||||
int new_command(struct zone_data *zone, int pos);
|
||||
void delete_command(struct zone_data *zone, int pos);
|
||||
void delete_zone_command(struct zone_data *zone, int pos);
|
||||
zone_rnum real_zone_by_thing(room_vnum vznum);
|
||||
|
||||
/* Make delete_zone() */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue