diff options
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_ |
