From cf2abfcfe34a9b3e4cf5af193d1f320374416267 Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 18 Jan 2025 16:19:41 +1100 Subject: convert models and editor to use ecs --- model.hpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'model.hpp') diff --git a/model.hpp b/model.hpp index 7bd14cc..de9e4d0 100644 --- a/model.hpp +++ b/model.hpp @@ -123,13 +123,6 @@ struct Model_Scene { Texture_Id env_cubemap, Sampler_Id sampler ); - std::pair pick( - const Camera& cam, - int w, - int h, - int mx, - int my - ); }; #endif -- cgit v1.2.3-54-g00ecf