comparison Outdoor.h @ 1583:75fafd8ced59

Allocator (CMemory) bye-bye
author Nomad
date Tue, 10 Sep 2013 21:07:07 +0200
parents cc9a3a24d61d
children 69ab7593e7af
comparison
equal deleted inserted replaced
1577:1b6217e07b26 1583:75fafd8ced59
154 double GetFogDensityByTime(); 154 double GetFogDensityByTime();
155 int GetSomeOtherTileInfo(int sX, int sY); 155 int GetSomeOtherTileInfo(int sX, int sY);
156 unsigned int GetTileTexture(int sX, int sZ); 156 unsigned int GetTileTexture(int sX, int sZ);
157 int GetHeightOnTerrain(int sX, int sZ); 157 int GetHeightOnTerrain(int sX, int sZ);
158 bool Initialize(const char *pFilename, int File, size_t uRespawnInterval, int thisa); 158 bool Initialize(const char *pFilename, int File, size_t uRespawnInterval, int thisa);
159 bool Release2(); 159 //bool Release2();
160 bool GetTravelDestination(signed int sPartyX, signed int sPartyZ, char *pOut, signed int a5); 160 bool GetTravelDestination(signed int sPartyX, signed int sPartyZ, char *pOut, signed int a5);
161 void MessWithLUN(); 161 void MessWithLUN();
162 void UpdateSunlightVectors(); 162 void UpdateSunlightVectors();
163 void UpdateFog(); 163 void UpdateFog();
164 int GetNumFoodRequiredToRestInCurrentPos(int x, signed int y, int z); 164 int GetNumFoodRequiredToRestInCurrentPos(int x, signed int y, int z);