diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-08 19:54:40 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-08 19:54:40 -0300 |
| commit | eaa3536c027a4f7c1b879b78ab0ecdefcdb4833d (patch) | |
| tree | 03f851e558656f8fc36fdb982c28fbc09cef8dac /src/operate.hh | |
| parent | ab9f606371a1df23e9cacbffa0811db7a9e50100 (diff) | |
| download | game-eaa3536c027a4f7c1b879b78ab0ecdefcdb4833d.tar.gz game-eaa3536c027a4f7c1b879b78ab0ecdefcdb4833d.zip | |
impl `TCreature::Move` which was absolute hell + some tidying up
Diffstat (limited to 'src/operate.hh')
| -rw-r--r-- | src/operate.hh | 10 |
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_ |
