mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-20 10:31:45 +01:00
Addressed several compiler warnings.
This commit is contained in:
@@ -282,13 +282,9 @@ ACMD(do_cast);
|
||||
void unused_spell(int spl);
|
||||
void mag_assign_spells(void);
|
||||
|
||||
/* Global variables exported */
|
||||
#ifndef __SPELL_PARSER_C__
|
||||
|
||||
/* Global variables */
|
||||
extern struct spell_info_type spell_info[];
|
||||
extern char cast_arg2[];
|
||||
extern const char *unused_spellname;
|
||||
|
||||
#endif /* __SPELL_PARSER_C__ */
|
||||
|
||||
#endif /* _SPELLS_H_ */
|
||||
|
||||
Reference in New Issue
Block a user