/////////////////////////////////////////////////////////// // State.cpp // Implementation of the Class State // Created on: 09-åæ-2014 17:20:59 // Original author: colin /////////////////////////////////////////////////////////// #include "State.h" State::State(){ } State::~State(){ } void State::handle(Context * c){ }