X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FWorld.hpp;h=10710fbd6667a2dc8ac957d8068dae4564a392ab;hb=12744a2f68b3c9496076d6d7b6fb3581ff78472a;hp=9ec4cb2faf7fae204c53672e0b1f6e800a09e9dc;hpb=955fbb45dedb570520fc45d2ce69f420bed2ad08;p=blank.git diff --git a/src/world/World.hpp b/src/world/World.hpp index 9ec4cb2..10710fb 100644 --- a/src/world/World.hpp +++ b/src/world/World.hpp @@ -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;