aboutsummaryrefslogtreecommitdiff
path: root/src/operate.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/operate.hh')
-rw-r--r--src/operate.hh10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/operate.hh b/src/operate.hh
new file mode 100644
index 0000000..6270ec7
--- /dev/null
+++ b/src/operate.hh
@@ -0,0 +1,10 @@
+#ifndef TIBIA_OPERATE_HH_
+#define TIBIA_OPERATE_HH_ 1
+
+#include "common.hh"
+#include "map.hh"
+
+void CheckContainerDestination(Object Obj, Object Con);
+void CheckInventoryDestination(Object Obj, Object Con, bool Split);
+
+#endif //TIBIA_OPERATE_HH_