Mesh_Entities!
This commit is contained in:
@@ -82,6 +82,8 @@ coven_init :: (window_title: string, window_width: u32, window_height: u32, full
|
||||
init_editor();
|
||||
ui_init();
|
||||
}
|
||||
|
||||
find_all_mesh_entities();
|
||||
}
|
||||
|
||||
coven_run :: (game_update_proc: (float), game_editor_update_proc: (float), game_update_post_physics_proc: (float)) {
|
||||
@@ -206,6 +208,7 @@ switch_engine_mode :: (to_mode: Engine_Mode) {
|
||||
#load "windowing/window.jai";
|
||||
#load "physics/physics.jai";
|
||||
|
||||
#load "core/mesh_entity.jai";
|
||||
#load "core/string_helpers.jai";
|
||||
#load "core/math.jai";
|
||||
#load "core/ray.jai";
|
||||
|
||||
Reference in New Issue
Block a user