mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-24 03:00:13 +01:00
Minor code changes and updated World and files for 3.60 release. --Rumble
This commit is contained in:
parent
f9f356823f
commit
5e3caf42ff
204 changed files with 17044 additions and 16851 deletions
|
|
@ -40,7 +40,6 @@ void basic_mud_log(const char *format, ...) __attribute__ ((format (printf, 1, 2
|
|||
void basic_mud_vlog(const char *format, va_list args);
|
||||
int touch(const char *path);
|
||||
void mudlog(int type, int level, int file, const char *str, ...) __attribute__ ((format (printf, 4, 5)));
|
||||
void log_death_trap(struct char_data *ch);
|
||||
int rand_number(int from, int to);
|
||||
int dice(int number, int size);
|
||||
size_t sprintbit(bitvector_t vektor, const char *names[], char *result, size_t reslen);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue