mirror of
https://github.com/joel16/VITAlbum.git
synced 2024-11-27 05:20:29 +00:00
9 lines
103 B
C++
9 lines
103 B
C++
#ifndef _VITALBUM_GUI_H_
|
|
#define _VITALBUM_GUI_H_
|
|
|
|
namespace GUI {
|
|
int RenderLoop(void);
|
|
}
|
|
|
|
#endif
|