Remove BootFiles. Setup code needs improving
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user