mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-27 11:26:10 +01:00
Added protocols,lists and events, and fixed some bugs... refer to changelog.
This commit is contained in:
parent
6dadf24c51
commit
dd280c1b58
22 changed files with 419 additions and 89 deletions
|
|
@ -22,6 +22,8 @@
|
|||
/* Public functions */
|
||||
void show_string(struct descriptor_data *d, char *input);
|
||||
void smash_tilde(char *str);
|
||||
void parse_at(char *str);
|
||||
void parse_tab(char *str);
|
||||
void paginate_string(char *str, struct descriptor_data *d);
|
||||
/** @todo should this really be in modify.c? */
|
||||
ACMD(do_skillset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue