Minor code changes and updated World and files for 3.60 release. --Rumble
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user