VITAlbum/include/gui.h

9 lines
103 B
C++

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