comparison Outdoor.h @ 2355:a574a80e7012

Moving more functions out of unsorted_subs
author Grumpy7
date Wed, 09 Apr 2014 22:58:22 +0200
parents 5d263539bbec
children 94e5a9740727
comparison
equal deleted inserted replaced
2354:7f2e111bbafb 2355:a574a80e7012
251 int ODM_GetFloorLevel(int X, signed int Y, int Z, int, int *pOnWater, int *bmodel_pid, int bWaterWalk); 251 int ODM_GetFloorLevel(int X, signed int Y, int Z, int, int *pOnWater, int *bmodel_pid, int bWaterWalk);
252 int GetCeilingHeight(int Party_X, signed int Party_Y, int Party_ZHeight, int pFaceID); 252 int GetCeilingHeight(int Party_X, signed int Party_Y, int Party_ZHeight, int pFaceID);
253 void ODM_GetTerrainNormalAt(int pos_x, int pos_z, Vec3_int_ *out); 253 void ODM_GetTerrainNormalAt(int pos_x, int pos_z, Vec3_int_ *out);
254 void UpdateActors_ODM(); 254 void UpdateActors_ODM();
255 void ODM_ProcessPartyActions(); 255 void ODM_ProcessPartyActions();
256 256 char Is_out15odm_underwater();
257 257 void SetUnderwaterFog();
258 258
259 259
260 260
261 261
262 262
263 263
264 264
265 265
266
267