feat: began working on cleaning up explorative main file
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#include "MainLoop.hpp"
|
||||
|
||||
MainLoop* mainloop = nullptr;
|
||||
|
||||
void setup() {
|
||||
mainloop = &MainLoop::getInstance();
|
||||
mainloop->setup();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
mainloop->update();
|
||||
}
|
||||
Reference in New Issue
Block a user