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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects/Object.h b/src/objects/Object.h
index 27346e23..4adc7883 100644
--- a/src/objects/Object.h
+++ b/src/objects/Object.h
@@ -85,5 +85,6 @@ public:
bool CanBeDeleted(void);
static void DeleteAllTempObjectInArea(CVector, float);
+ static void DeleteAllTempObjects();
};
static_assert(sizeof(CObject) == 0x198, "CObject: error");