#include "HardCtrl.h" HardCtrl::HardCtrl(InputAndJoy* input) :m_input(input) { //ctor } HardCtrl::~HardCtrl() { //dtor }