Improving entity serialization

This commit is contained in:
2024-11-08 23:41:39 +01:00
parent 194ec7d257
commit 55bcb5032d
4 changed files with 9 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ Engine_Core :: struct {
procs: struct {
on_scene_loaded: (*Scene, Engine_Mode);
on_pre_scene_loaded: (*Scene, Engine_Mode);
}
paused: bool;