lay down structure

This commit is contained in:
simuuz
2021-11-26 21:08:04 +01:00
committed by CocoSimone
parent 7954244af9
commit e3681fb608
165 changed files with 86 additions and 14241 deletions

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

@@ -0,0 +1,4 @@
#include <BaseCore.hpp>
BaseCore::~BaseCore() {}
BaseCore::BaseCore() {}