Reactive Callbacks and integrate them

This commit is contained in:
Björn Gaier
2024-06-13 22:07:37 +02:00
parent c67bc7d9f9
commit 97727d5dbb
9 changed files with 110 additions and 50 deletions

View File

@@ -8,7 +8,7 @@ namespace JabyEngine {
void identify();
}
namespace [[deprecated("Callbacks are deprecated for now")]] Callbacks {
namespace Callbacks {
void setup();
}