devilutionX/Source/objdat.h
2020-10-14 09:31:05 +02:00

17 lines
332 B
C

/**
* @file objdat.h
*
* Interface of all object data.
*/
#ifndef __OBJDAT_H__
#define __OBJDAT_H__
extern int ObjTypeConv[];
extern ObjDataStruct AllObjects[];
extern char *ObjMasterLoadList[];
#ifdef HELLFIRE
extern char *ObjCryptLoadList[];
extern char *ObjHiveLoadList[];
#endif
#endif /* __OBJDAT_H__ */