Mercurial > mm7
comparison Outdoor.h @ 2464:104fdbea0386
cleaning project part 2
author | zipi |
---|---|
date | Sun, 17 Aug 2014 17:49:34 +0100 |
parents | 0f17a30149ec |
children |
comparison
equal
deleted
inserted
replaced
2463:0f17a30149ec | 2464:104fdbea0386 |
---|---|
254 void UpdateActors_ODM(); | 254 void UpdateActors_ODM(); |
255 void ODM_ProcessPartyActions(); | 255 void ODM_ProcessPartyActions(); |
256 char Is_out15odm_underwater(); | 256 char Is_out15odm_underwater(); |
257 void SetUnderwaterFog(); | 257 void SetUnderwaterFog(); |
258 void ODM_Project(unsigned int uNumVertices); | 258 void ODM_Project(unsigned int uNumVertices); |
259 | 259 void sub_487DA9(); |
260 | 260 void ODM_LoadAndInitialize(const char *pLevelFilename, struct ODMRenderParams *thisa); |
261 | 261 unsigned int GetLevelFogColor(); |
262 | 262 int __fastcall sub_47C3D7_get_fog_specular(int a1, int a2, float a3); |
263 | 263 unsigned int WorldPosToGridCellX(int); // weak |
264 | 264 unsigned int WorldPosToGridCellZ(int); // weak |
265 | 265 int GridCellToWorldPosX(int); // weak |
266 | 266 int GridCellToWorldPosZ(int); // weak |
267 | 267 void sub_481ED9_MessWithODMRenderParams(); |
268 bool IsTerrainSlopeTooHigh(int pos_x, int pos_y); | |
269 int __fastcall GetTerrainHeightsAroundParty2(int a1, int a2, int *a3, int a4); | |
270 | |
271 | |
272 | |
273 | |
274 | |
275 | |
276 | |
277 | |
278 |