#ifndef _VITA_HB_SORTER_GUI_H_ #define _VITA_HB_SORTER_GUI_H_ namespace GUI { void RenderSplash(void); int RenderLoop(void); } #endif