mirror of
https://github.com/diasurgical/devilution.git
synced 2026-05-21 05:40:54 +00:00
8 lines
135 B
C
8 lines
135 B
C
//HEADER_GOES_HERE
|
|
#ifndef __SPELLDAT_H__
|
|
#define __SPELLDAT_H__
|
|
|
|
extern SpellData spelldata[MAX_SPELLS];
|
|
|
|
#endif /* __SPELLDAT_H__ */
|