mirror of
https://github.com/joel16/VITA-Homebrew-Sorter.git
synced 2024-11-27 05:10:43 +00:00
10 lines
144 B
C++
10 lines
144 B
C++
#ifndef _VITA_HB_SORTER_GUI_H_
|
|
#define _VITA_HB_SORTER_GUI_H_
|
|
|
|
namespace GUI {
|
|
void RenderSplash(void);
|
|
int RenderLoop(void);
|
|
}
|
|
|
|
#endif
|