start to lay down code
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
#include <BaseCore.hpp>
|
||||
#include <Frontend.hpp>
|
||||
|
||||
int main() {}
|
||||
using namespace natsukashii::frontend;
|
||||
|
||||
int main() {
|
||||
App app;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user