Remove BootFiles. Setup code needs improving

This commit is contained in:
2023-04-16 21:39:47 +02:00
parent e4657337f9
commit e6042808ee
8 changed files with 13 additions and 102 deletions

View File

@@ -5,10 +5,6 @@
namespace JabyEngine {
//boot namespace?
namespace boot {
namespace BootFile {
JabyEngine::NextRoutine setup();
}
namespace CD {
void setup();
}
@@ -24,7 +20,7 @@ namespace JabyEngine {
}
namespace Start {
JabyEngine::NextRoutine setup();
void setup();
}
namespace Timer {