bug fixes

This commit is contained in:
Nikolay Korolev 2020-01-01 23:55:01 +03:00
parent c05c516ce7
commit 42ff0f7c58
5 changed files with 13 additions and 7 deletions

View file

@ -71,6 +71,8 @@ public:
CObject(int32, bool);
~CObject(void);
void ProcessControl(void);
void Teleport(CVector);
void Render(void);
bool SetupLighting(void);
void RemoveLighting(bool reset);