mirror of
https://github.com/diasurgical/devilution.git
synced 2026-06-20 05:46:12 +00:00
8 lines
132 B
C
8 lines
132 B
C
//HEADER_GOES_HERE
|
|
#ifndef __SPELLDAT_H__
|
|
#define __SPELLDAT_H__
|
|
|
|
extern SpellData spelldata[];
|
|
|
|
#endif /* __SPELLDAT_H__ */
|