0
0
mirror of https://github.com/galaxyhaxz/devilution.git synced 2026-02-21 14:47:26 +00:00
Files
galaxyhaxz.devilution/2020_03_31/Source/monstdat.h
PrisonOfMirrors b720183846 initial up
2020-11-28 18:24:54 -06:00

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__ */