From eaa3536c027a4f7c1b879b78ab0ecdefcdb4833d Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sun, 8 Jun 2025 19:54:40 -0300 Subject: impl `TCreature::Move` which was absolute hell + some tidying up --- src/operate.hh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/operate.hh (limited to 'src/operate.hh') 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_ -- cgit v1.2.3