mirror of
https://github.com/galaxyhaxz/devilution
synced 2025-02-23 12:44:54 +00:00
7 lines
81 B
C++
7 lines
81 B
C++
|
#include "diablo.h"
|
||
|
|
||
|
SpellData spelldata[37] =
|
||
|
{
|
||
|
#include "Data/xl_spell.cpp"
|
||
|
};
|