Clean-up and deinit proc

This commit is contained in:
2025-06-21 16:48:25 +02:00
parent 201a7ee742
commit 788775b0f3
6 changed files with 84 additions and 22 deletions

View File

@@ -84,6 +84,8 @@ coven_init :: (window_title: string, window_width: u32, window_height: u32, full
}
find_all_mesh_entities();
run_engine_inits();
}
coven_run :: (game_update_proc: (float), game_editor_update_proc: (float), game_update_post_physics_proc: (float)) {
@@ -234,4 +236,4 @@ switch_engine_mode :: (to_mode: Engine_Mode) {
#import "Hash_Table";
File :: #import "File";
#import "File_Watcher";
#import "File_Utilities";
#import "File_Utilities";