comparison mm7_unsorted_subs.h @ 2376:bcd7fadbf7d2

Слияние
author Ritor1
date Mon, 12 May 2014 12:28:06 +0600
parents eb136041adf1
children 802460e60eee
comparison
equal deleted inserted replaced
2375:14c05b876218 2376:bcd7fadbf7d2
114 void _449B7E_toggle_bit(unsigned char *pArray, __int16 a2, unsigned __int16 bToggle); // idb 114 void _449B7E_toggle_bit(unsigned char *pArray, __int16 a2, unsigned __int16 bToggle); // idb
115 void ShowStatusBarString(const char *pString, unsigned int uNumSeconds); 115 void ShowStatusBarString(const char *pString, unsigned int uNumSeconds);
116 void ShowNothingHereStatus(); 116 void ShowNothingHereStatus();
117 int const_2(); 117 int const_2();
118 bool TeleportToNWCDungeon(); 118 bool TeleportToNWCDungeon();
119 void SpawnEncounter(struct MapInfo *pMapInfo, struct SpawnPointMM7 *spawn, int a3, int a4, int a5);
120 int __fastcall sub_44FA4C_spawn_light_elemental(int a1, int a2, int a3);
121 int __fastcall sub_450521_ProllyDropItemAt(int ecx0, signed int a2, int a3, int a4, int a5, unsigned __int16 a6);
122 int __fastcall _45063B_spawn_some_monster(struct MapInfo *a1, int a2);
123 void RespawnGlobalDecorations();
124 bool __fastcall SpawnActor(unsigned int uMonsterID);
125 int GetAlertStatus();
126 inline void __fastcall memset32(void *ptr, unsigned __int32 value, int count) 119 inline void __fastcall memset32(void *ptr, unsigned __int32 value, int count)
127 { 120 {
128 unsigned __int32* p = (unsigned __int32 *)ptr; 121 unsigned __int32* p = (unsigned __int32 *)ptr;
129 for ( int i=0; i < count; i++ ) 122 for ( int i=0; i < count; i++ )
130 *p++ = value; 123 *p++ = value;