]> git.localhorst.tv Git - blank.git/blobdiff - src/world/World.hpp
randomly spawn entities around the player
[blank.git] / src / world / World.hpp
index 9ec4cb2faf7fae204c53672e0b1f6e800a09e9dc..10710fbd6667a2dc8ac957d8068dae4564a392ab 100644 (file)
@@ -14,8 +14,7 @@
 
 namespace blank {
 
-class BlockLighting;
-class DirectionalLighting;
+class Viewport;
 class WorldCollision;
 
 class World {
@@ -59,7 +58,7 @@ public:
 
        void Update(int dt);
 
-       void Render(BlockLighting &, DirectionalLighting &);
+       void Render(Viewport &);
 
 private:
        BlockTypeRegistry blockType;