mirror of
https://github.com/joel16/3DSident.git
synced 2024-11-26 21:10:24 +00:00
9 lines
112 B
C++
Executable File
9 lines
112 B
C++
Executable File
#include "gui.h"
|
|
|
|
int main(int argc, char* argv[]) {
|
|
GUI::Init();
|
|
GUI::MainMenu();
|
|
GUI::Exit();
|
|
return 0;
|
|
}
|