#include "IBuildInput.hpp" IBuildInput::~IBuildInput() { } void IBuildInput::setScreenSize(int width, int height) { } bool IBuildInput::tickBuild(Player* pPlayer, BuildActionIntention* pIntention) { return false; }