diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-13 03:35:56 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-13 03:35:56 -0300 |
| commit | 15b40c7915fca14e537534ae9ba03f3add965943 (patch) | |
| tree | de3ee3c61962b300bd7457cc81845e7891c4b896 /src/moveuse.hh | |
| parent | 7d298e5a4119df0910daa070af1d23567a83e90c (diff) | |
| download | game-15b40c7915fca14e537534ae9ba03f3add965943.tar.gz game-15b40c7915fca14e537534ae9ba03f3add965943.zip | |
more work on `operate.cc`
Diffstat (limited to 'src/moveuse.hh')
| -rw-r--r-- | src/moveuse.hh | 9 |
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_ |
