2018-06-19 00:16:32 +00:00
|
|
|
//HEADER_GOES_HERE
|
2018-06-20 10:17:44 +00:00
|
|
|
#ifndef __SETMAPS_H__
|
|
|
|
#define __SETMAPS_H__
|
2018-06-07 02:27:39 +00:00
|
|
|
|
|
|
|
int __fastcall ObjIndex(int x, int y);
|
|
|
|
void __cdecl AddSKingObjs();
|
|
|
|
void __cdecl AddSChamObjs();
|
|
|
|
void __cdecl AddVileObjs();
|
|
|
|
void __fastcall DRLG_SetMapTrans(char *sFileName);
|
|
|
|
void __cdecl LoadSetMap();
|
|
|
|
|
|
|
|
/* rdata */
|
|
|
|
extern RECT8 QSRects[32];
|
2018-06-20 10:17:44 +00:00
|
|
|
extern char *quest_level_names[];
|
|
|
|
|
|
|
|
#endif /* __SETMAPS_H__ */
|