This commit is contained in:
2025-05-02 10:35:11 -05:00
parent 74b82845b5
commit 2ef95d6e90
6 changed files with 85 additions and 10 deletions

View File

@@ -3,6 +3,7 @@
void MinimalApp::run() {
for(std::string m : runOrder) {
std::cout << "onLoad: " << m << std::endl;
modules[m]->onLoad();
}