//GUI
#include "cegui/include/CEGUI.h"
using namespace CEGUI;

class CEGUIClass {
	public:
		bool handleSlider(const CEGUI::EventArgs& e);
		void registerSlider(Window* w);
};
