aboutsummaryrefslogtreecommitdiff
path: root/src/moveuse.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-13 03:35:56 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-13 03:35:56 -0300
commit15b40c7915fca14e537534ae9ba03f3add965943 (patch)
treede3ee3c61962b300bd7457cc81845e7891c4b896 /src/moveuse.hh
parent7d298e5a4119df0910daa070af1d23567a83e90c (diff)
downloadgame-15b40c7915fca14e537534ae9ba03f3add965943.tar.gz
game-15b40c7915fca14e537534ae9ba03f3add965943.zip
more work on `operate.cc`
Diffstat (limited to 'src/moveuse.hh')
-rw-r--r--src/moveuse.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/moveuse.hh b/src/moveuse.hh
new file mode 100644
index 0000000..1036142
--- /dev/null
+++ b/src/moveuse.hh
@@ -0,0 +1,9 @@
+#ifndef TIBIA_MOVEUSE_HH_
+#define TIBIA_MOVEUSE_HH_ 1
+
+#include "common.hh"
+#include "map.hh"
+
+void ChangeObject(Object Obj, ObjectType NewType, uint32 Value);
+
+#endif //TIBIA_MOVEUSE_HH_