Setup Periperhy

This commit is contained in:
Jaby
2024-01-02 16:43:36 -06:00
committed by Jaby
parent 5e27a67e5d
commit b754cde9d4
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();