Remove BootFiles. Setup code needs improving

This commit is contained in:
Jaby Blubb
2023-04-16 21:39:47 +02:00
parent d1e710a283
commit 74d58a5a50
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 {