This commit is contained in:
CocoSimone
2022-06-10 12:01:09 +02:00
parent e70aa0b072
commit aeded59dab
21 changed files with 252 additions and 165 deletions

5
src/core/BaseCore.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include <BaseCore.hpp>
namespace natsukashii::core {
void BaseCore::Run() {}
}