#include "Gui.h" Gui::Gui(Environment *env) { m_env = env; } Gui::~Gui() { }