//#include "game-gui.hpp" #define RTWO_SUCCESS true #define RTWO_ERROR false class GameGui_SDL { public: bool Init(); void Shutdown(); };