Setup Periperhy

This commit is contained in:
Jaby
2024-01-02 16:43:36 -06:00
parent f7ad811304
commit f15061fe67
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();