mirror of
https://github.com/galaxyhaxz/devilution
synced 2025-02-23 12:44:54 +00:00
8 lines
127 B
C
8 lines
127 B
C
|
//HEADER_GOES_HERE
|
||
|
#ifndef __SPELLDAT_H__
|
||
|
#define __SPELLDAT_H__
|
||
|
|
||
|
extern SpellData spelldata[37];
|
||
|
|
||
|
#endif /* __SPELLDAT_H__ */
|