0
0
mirror of https://github.com/galaxyhaxz/devilution.git synced 2026-03-09 03:49:32 +00:00
Files
galaxyhaxz.devilution/2020_03_31/Source/itemdat.h
PrisonOfMirrors b720183846 initial up
2020-11-28 18:24:54 -06:00

11 lines
252 B
C

//HEADER_GOES_HERE
#ifndef __ITEMDAT_H__
#define __ITEMDAT_H__
extern ItemDataStruct AllItemsList[157];
extern const PLStruct PL_Prefix[84];
extern const PLStruct PL_Suffix[96];
extern const UItemStruct UniqueItemList[91];
#endif /* __ITEMDAT_H__ */