Mercurial > mm7
diff mm7_data.h @ 480:d4ea191229ff
BildingType
author | Ritor1 |
---|---|
date | Tue, 26 Feb 2013 15:23:15 +0600 |
parents | 77430756f06a |
children | 4bd56919f075 |
line wrap: on
line diff
--- a/mm7_data.h Tue Feb 26 12:01:54 2013 +0600 +++ b/mm7_data.h Tue Feb 26 15:23:15 2013 +0600 @@ -2025,8 +2025,8 @@ struct NPCData *__fastcall GetNewNPCData(signed int npcid, int a2); int __fastcall sub_445C8B(signed int a1); void __cdecl sub_44603D(); -void PrepareHouse(enum HOUSE_TYPE house); // idb -bool __fastcall EnterHouse(enum HOUSE_TYPE uHouseID); +void PrepareHouse(enum HOUSE_ID house); // idb +bool __fastcall EnterHouse(enum HOUSE_ID uHouseID); int sub_4465DF_check_season(int a1); int __fastcall IsActorAlive(unsigned int uType, unsigned int uParam, unsigned int uNumAlive); // idb // void __cdecl crt_construct_5773C4(); @@ -2320,15 +2320,15 @@ char __fastcall DrawTextAtStatusBar(const char *Str, int a5); int __fastcall sub_4B46F8(int a1); int __cdecl TrainingDialog(); -char *__cdecl sub_4B4F4F(); +char *__cdecl JailDialog(); int __cdecl MagicShopDialog(); int __cdecl GuildDialog(); int __cdecl sub_4B6478(); bool __fastcall sub_4B68EA(int a1); void __cdecl TravelByTransport(); int __cdecl TampleDialog(); -void __cdecl sub_4B7911(); -void __cdecl _4B7D7E_bank(); +void __cdecl TownHallDialog(); +void __cdecl BankDialog(); void __cdecl TavernDialog(); char *__cdecl WeaponShopDialog();