initial commit

This commit is contained in:
simuuz
2021-11-26 21:07:01 +01:00
commit 7954244af9
154 changed files with 14250 additions and 0 deletions

7
src/main.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include <gui.hpp>
int main(int argc, char* argv[]) {
Gui gui("懐かしい");
gui.MainLoop();
return 0;
}