summaryrefslogtreecommitdiffstats
path: root/src/objects/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/Object.h')
-rw-r--r--src/objects/Object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objects/Object.h b/src/objects/Object.h
index 47af4fbf..c07bb233 100644
--- a/src/objects/Object.h
+++ b/src/objects/Object.h
@@ -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);