mirror of
https://github.com/galaxyhaxz/devilution.git
synced 2026-01-11 23:43:06 +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__ */
|