1
0
Fork 0
mirror of https://github.com/galaxyhaxz/devilution synced 2024-11-14 16:29:02 +00:00
devilution/2020_03_31/Source/objdat.h
PrisonOfMirrors b720183846 initial up
2020-11-28 18:24:54 -06:00

9 lines
191 B
C

//HEADER_GOES_HERE
#ifndef __OBJDAT_H__
#define __OBJDAT_H__
extern int ObjTypeConv[113];
extern ObjDataStruct AllObjects[99];
extern char *ObjMasterLoadList[56];
#endif /* __OBJDAT_H__ */