You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
384 B
16 lines
384 B
//HEADER_GOES_HERE |
|
#ifndef __SETMAPS_H__ |
|
#define __SETMAPS_H__ |
|
|
|
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]; |
|
extern char *quest_level_names[]; |
|
|
|
#endif /* __SETMAPS_H__ */
|
|
|