Improve starting of the game and reduce persistent memory usage
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
#include <PSX/jabyengine.hpp>
|
||||
|
||||
namespace JabyEngine {
|
||||
//boot namespace?
|
||||
namespace boot {
|
||||
namespace CD {
|
||||
void setup();
|
||||
@@ -19,13 +18,11 @@ namespace JabyEngine {
|
||||
void setup();
|
||||
}
|
||||
|
||||
namespace Start {
|
||||
void setup();
|
||||
}
|
||||
|
||||
namespace Timer {
|
||||
void setup();
|
||||
}
|
||||
}
|
||||
|
||||
void __no_return run();
|
||||
}
|
||||
#endif //!BOOT_LOADER_HPP
|
||||
Reference in New Issue
Block a user