Minor - ImGui Use ECS - V12.4.0

This commit is contained in:
2025-06-24 16:44:29 +02:00
parent 8f0e583c62
commit ddf5ea30a6
5 changed files with 295 additions and 269 deletions

View File

@@ -173,6 +173,8 @@ public:
stats* get_stats() const { return stats_; };
fps_class* get_fps() const { return fps_; };
ecs::EntityManager* get_entity_manager() const { return entity_manager_.get(); };
private:
bool render(float, float, float, float, float);
bool render_physics(float delta_time);