Reactive Callbacks and integrate them

This commit is contained in:
2024-06-13 22:07:37 +02:00
parent 33177eb97b
commit d628375a18
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();
}