#include "state.h"
State::State(sf::RenderWindow &window, Application *application) :
render_window(window),
app(application)
{}
State::~State()