mirror of
https://github.com/galaxyhaxz/devilution.git
synced 2026-03-09 03:49:32 +00:00
11 lines
252 B
C
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__ */
|