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