mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-25 00:34:05 +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
|
|
@ -40,6 +40,7 @@ void hcontrol_list_houses(struct char_data *ch);
|
|||
void hcontrol_build_house(struct char_data *ch, char *arg);
|
||||
void hcontrol_destroy_house(struct char_data *ch, char *arg);
|
||||
void hcontrol_pay_house(struct char_data *ch, char *arg);
|
||||
void House_listrent(struct char_data *ch, room_vnum vnum);
|
||||
ACMD(do_hcontrol);
|
||||
ACMD(do_house);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue