aboutsummaryrefslogtreecommitdiff
path: root/src/map.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-05-28 00:39:29 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-05-28 00:39:29 -0300
commit5505f28c358a50e9d610784303485cc757459162 (patch)
tree7756da65dde0d3c125ae71f2ce2afdeb7dc8cd54 /src/map.hh
parent42959207914208438261810757abea43422a28fe (diff)
downloadgame-5505f28c358a50e9d610784303485cc757459162.tar.gz
game-5505f28c358a50e9d610784303485cc757459162.zip
finish objects.cc
Diffstat (limited to 'src/map.hh')
-rw-r--r--src/map.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map.hh b/src/map.hh
index 3ab919d..6db6773 100644
--- a/src/map.hh
+++ b/src/map.hh
@@ -129,7 +129,6 @@ void ExitMap(bool Save);
// NOTE(fusion): Object related functions.
TObject *AccessObject(Object Obj);
Object CreateObject(void);
-void DestroyObject(Object Obj);
void DeleteObject(Object Obj);
void ChangeObject(Object Obj, ObjectType NewType);
void ChangeObject(Object Obj, INSTANCEATTRIBUTE Attribute, uint32 Value);