blob: 6270ec717ef1accb39d283d0518fd0f35a32761f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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_
|