mirror of
https://github.com/galaxyhaxz/devilution
synced 2025-02-22 12:34:59 +00:00
10 lines
252 B
C
10 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__ */
|