In file included from ClientManager.h:15,
from NetBase.cpp:4:
OfflineshopCache.h:69:4: error: 'TShopPosition' does not name a type
69 | TShopPosition posDetails;
| ^~~~~~~~~~~~~
OfflineshopCache.h:95:115: error: 'TShopPosition' has not been declared
95 | bool CreateShop(DWORD dwOwnerID, DWORD dwDuration, const char* szName , std::vector<TShopCacheItemInfo>& items, TShopPosition pos);
| ^~~~~~~~~~~~~
In file included from ClientManager.h:15,
from NetBase.cpp:4:
OfflineshopCache.h:104:72: error: 'TShopPosition' has not been declared
104 | bool PutShop(DWORD dwOwnerID, DWORD dwDuration, const char* szName, T ShopPosition pos);
| ^ ~~~~~~~~~~~~
OfflineshopCache.h:287:3: error: 'TShopPosition' does not name a type
287 | TShopPosition pos;
| ^~~~~~~~~~~~~
In file included from NetBase.cpp:4:
ClientManager.h:483:116: error: 'offlineshop::TShopPosition' has not been declar ed
483 | bool SendOfflineShopCreateNew(const offlineshop::TShopInfo& shop, const std::vector<offlineshop::TItemInfo>& vec, offlineshop::TShopPosition& pos);
| ^~~~~~~~~~~
gmake: *** [Makefile:80: .obj/NetBase.o] Error 1