Support VSync callback

This commit is contained in:
Jaby
2024-05-15 21:43:12 +02:00
parent 9ec82eba02
commit 4dab38239f
11 changed files with 156 additions and 49 deletions

View File

@@ -8,6 +8,10 @@ namespace JabyEngine {
void identify();
}
namespace Callbacks {
void setup();
}
namespace CD {
void setup();
}