SelectState.h 117 bytes
#pragma once
class SelectState: public IState {
public:
    SelectState(state_manager, video_mode, window_title);
};