0
0
mirror of https://github.com/galaxyhaxz/devilution.git synced 2026-01-13 23:26:36 +00:00
PrisonOfMirrors b720183846 initial up
2020-11-28 18:24:54 -06:00

22 lines
293 B
C++

#include "diablo.h"
ItemDataStruct AllItemsList[157] =
{
#include "Data/xl_item.cpp"
};
const PLStruct PL_Prefix[84] =
{
#include "Data/xl_ipre.cpp"
};
const PLStruct PL_Suffix[96] =
{
#include "Data/xl_isuf.cpp"
};
const UItemStruct UniqueItemList[91] =
{
#include "Data/xl_uitem.cpp"
};