#include "stdafx.h" #include "CCallback.h" #include "CPathfinder.h" bool CCallback::moveHero(int ID, int3 destPoint) { return false; }