mirror of
https://github.com/galaxyhaxz/devilution
synced 2024-11-14 16:29:02 +00:00
10 lines
191 B
C
10 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__ */
|