Mercurial > mm7
comparison mm7_data.h @ 342:bf7596b71b24
PrepareHouse
author | Nomad |
---|---|
date | Thu, 21 Feb 2013 00:33:58 +0200 |
parents | ea55d6414029 |
children | 3ee961a61d2b |
comparison
equal
deleted
inserted
replaced
341:a8ee15a20bea | 342:bf7596b71b24 |
---|---|
2021 void __cdecl DrawDialogueUI(); | 2021 void __cdecl DrawDialogueUI(); |
2022 struct NPCData *__fastcall GetNPCData(unsigned int npcid); | 2022 struct NPCData *__fastcall GetNPCData(unsigned int npcid); |
2023 struct NPCData *__fastcall GetNewNPCData(signed int npcid, int a2); | 2023 struct NPCData *__fastcall GetNewNPCData(signed int npcid, int a2); |
2024 int __fastcall sub_445C8B(signed int a1); | 2024 int __fastcall sub_445C8B(signed int a1); |
2025 void __cdecl sub_44603D(); | 2025 void __cdecl sub_44603D(); |
2026 int __fastcall PrepareHouse(unsigned int uHouseID); // idb | 2026 void PrepareHouse(enum HOUSE_TYPE house); // idb |
2027 bool __fastcall EnterHouse(enum HOUSE_TYPE uHouseID); | 2027 bool __fastcall EnterHouse(enum HOUSE_TYPE uHouseID); |
2028 int sub_4465DF_check_season(int a1); | 2028 int sub_4465DF_check_season(int a1); |
2029 int __fastcall IsActorAlive(unsigned int uType, unsigned int uParam, unsigned int uNumAlive); // idb | 2029 int __fastcall IsActorAlive(unsigned int uType, unsigned int uParam, unsigned int uNumAlive); // idb |
2030 // void __cdecl crt_construct_5773C4(); | 2030 // void __cdecl crt_construct_5773C4(); |
2031 bool __thiscall sub_4466C4(void *_this); | 2031 bool __thiscall sub_4466C4(void *_this); |