start to lay down code

This commit is contained in:
CocoSimone
2022-05-02 23:57:42 +02:00
parent e3681fb608
commit c73e15971a
6 changed files with 46 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
#include <BaseCore.hpp>
#include <Frontend.hpp>
int main() {}
using namespace natsukashii::frontend;
int main() {
App app;
return 0;
}