CCallback.cpp 143 B

12345678
  1. #include "stdafx.h"
  2. #include "CCallback.h"
  3. #include "CPathfinder.h"
  4. bool CCallback::moveHero(int ID, int3 destPoint)
  5. {
  6. return false;
  7. }