mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-17 21:18:07 +01:00
Addressed several compiler warnings.
This commit is contained in:
parent
08374524d0
commit
fc4c64c782
61 changed files with 163 additions and 395 deletions
|
|
@ -28,14 +28,10 @@ const char *title_male(int chclass, int level);
|
|||
|
||||
/* Global variables */
|
||||
|
||||
#ifndef __CLASS_C__
|
||||
|
||||
extern const char *class_abbrevs[];
|
||||
extern const char *pc_class_types[];
|
||||
extern const char *class_menu;
|
||||
extern int prac_params[][NUM_CLASSES];
|
||||
extern struct guild_info_type guild_info[];
|
||||
|
||||
#endif /* __CLASS_C__ */
|
||||
|
||||
#endif /* _CLASS_H_*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue