mirror of
https://github.com/joel16/VITAlbum.git
synced 2025-02-20 02:31:37 +00:00
9 lines
102 B
C++
9 lines
102 B
C++
#ifndef _VITALBUM_GUI_H_
|
|
#define _VITALBUM_GUI_H_
|
|
|
|
namespace GUI {
|
|
void MainMenu(void);
|
|
}
|
|
|
|
#endif
|