diff options
Diffstat (limited to 'scene.hpp')
-rw-r--r-- | scene.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -9,7 +9,6 @@ struct Arena; struct Camera; -struct Lighting; struct Model_Instance; struct Model_Scene; struct World; @@ -25,8 +24,6 @@ struct C_Model { void update_scene( Model_Scene& ms, Device* dev, - const Lighting& lighting, - const Camera& cam, World& w ); std::pair<Entity_Id, int> scene_pick( |