devilutionX/Source/spelldat.h
Anders Jenbo c1f9e8293e Correct new line encoding
_asm.cpp and _render.cpp is still incorrectly encoded
2019-07-06 16:48:37 +02:00

7 lines
142 B
C

//HEADER_GOES_HERE
#ifndef __SPELLDAT_H__
#define __SPELLDAT_H__
extern SpellData spelldata[MAX_SPELLS];
#endif /* __SPELLDAT_H__ */