Setup Periperhy

This commit is contained in:
Jaby
2024-01-02 16:43:36 -06:00
committed by Jaby
parent 0d166a514a
commit bdbf47fbdc
4 changed files with 40 additions and 0 deletions

View File

@@ -21,6 +21,10 @@ namespace JabyEngine {
namespace Timer {
void setup();
}
namespace Periphery {
void setup();
}
}
void __no_return run();