mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-23 10:40:13 +01:00
Addressed several compiler warnings.
This commit is contained in:
parent
08374524d0
commit
fc4c64c782
61 changed files with 163 additions and 395 deletions
|
|
@ -26,12 +26,16 @@ void assign_mobiles(void);
|
|||
void assign_objects(void);
|
||||
void assign_rooms(void);
|
||||
|
||||
#include "structs.h"
|
||||
const char *get_spec_func_name(SPECIAL(*func));
|
||||
|
||||
/*****************************************************************************
|
||||
* Begin Functions and defines for spec_procs.c
|
||||
****************************************************************************/
|
||||
/* Utility functions */
|
||||
void sort_spells(void);
|
||||
void list_skills(struct char_data *ch);
|
||||
|
||||
/* Special functions */
|
||||
SPECIAL(guild);
|
||||
SPECIAL(dump);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue