initial commit
This commit is contained in:
7
src/main.cpp
Normal file
7
src/main.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <gui.hpp>
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
Gui gui("懐かしい");
|
||||
gui.MainLoop();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user