This commit is contained in:
Nikolay Korolev 2019-06-29 18:06:15 +03:00
parent 01c04f3963
commit e0488a7980
1 changed files with 0 additions and 2 deletions

View File

@ -104,8 +104,6 @@ public:
static int GetSectorIndexY(float f) { return (int)GetSectorY(f); }
static float GetWorldX(int x) { return x*SECTOR_SIZE_X + WORLD_MIN_X; }
static float GetWorldY(int y) { return y*SECTOR_SIZE_Y + WORLD_MIN_Y; }
static void Remove(void);
};
class CPlayerPed;