HardCtrl.cpp 131 B

123456789101112
  1. #include "HardCtrl.h"
  2. HardCtrl::HardCtrl(InputAndJoy* input)
  3. :m_input(input)
  4. {
  5. //ctor
  6. }
  7. HardCtrl::~HardCtrl()
  8. {
  9. //dtor
  10. }