Setup Periperhy

This commit is contained in:
2024-01-02 16:43:36 -06:00
parent 771257d813
commit 32f7826c1d
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();