mirror of
https://github.com/galaxyhaxz/devilution
synced 2025-02-23 12:44:54 +00:00
11 lines
242 B
C
11 lines
242 B
C
|
//HEADER_GOES_HERE
|
||
|
#ifndef __MONSTDAT_H__
|
||
|
#define __MONSTDAT_H__
|
||
|
|
||
|
extern MonsterData monsterdata[112];
|
||
|
extern char MonstConvTbl[128];
|
||
|
extern unsigned char MonstAvailTbl[112];
|
||
|
extern UniqMonstStruct UniqMonst[98];
|
||
|
|
||
|
#endif /* __MONSTDAT_H__ */
|