mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-20 14:34:06 +01:00
Room=name size increased to allow larger colour codes.
This commit is contained in:
parent
60a2f0ff7b
commit
67129480a4
4 changed files with 41 additions and 3 deletions
|
|
@ -69,6 +69,7 @@ char *strpaste(char *str1, char *str2, char *joiner);
|
|||
void new_affect(struct affected_type *af);
|
||||
int get_class_by_name(char *classname);
|
||||
char * convert_from_tabs(char * string);
|
||||
int count_non_protocol_chars(char * str);
|
||||
|
||||
/* Public functions made available form weather.c */
|
||||
void weather_and_time(int mode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue