comparison UIHouses.h @ 762:cf2fbac6edc9

Misc cleaning
author Nomad
date Sat, 23 Mar 2013 19:47:01 +0200
parents 9f7db515a8d7
children b9f6dd6f1444
comparison
equal deleted inserted replaced
759:b2468462a360 762:cf2fbac6edc9
94 HouseSound_Greeting_2 = 3, // Polite Greeting when you're guild member 94 HouseSound_Greeting_2 = 3, // Polite Greeting when you're guild member
95 HouseSound_Goodbye = 4 // farewells when bought something 95 HouseSound_Goodbye = 4 // farewells when bought something
96 }; 96 };
97 97
98 void TrainingDialog(); 98 void TrainingDialog();
99 char *__cdecl JailDialog(); 99 void JailDialog();
100 void MagicShopDialog(); 100 void MagicShopDialog();
101 void GuildDialog(); 101 void GuildDialog();
102 void sub_4B6478(); 102 void sub_4B6478();
103 bool __fastcall IsTravelAvailable(int a1); 103 bool __fastcall IsTravelAvailable(int a1);
104 void __cdecl TravelByTransport(); 104 void __cdecl TravelByTransport();