X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FWorld.hpp;fp=src%2Fworld%2FWorld.hpp;h=7ee5f4306a228260f172d594c8776056020fcb6d;hb=2da9efc1037fba0461303327151318b8edf4dfc7;hp=e29474e99f47af5e164943a4965fd896cbc2ee17;hpb=52154f309e569c913520dd004e9fafcbc4671e6f;p=blank.git diff --git a/src/world/World.hpp b/src/world/World.hpp index e29474e..7ee5f43 100644 --- a/src/world/World.hpp +++ b/src/world/World.hpp @@ -101,6 +101,7 @@ public: void Update(Entity &, float dt); void Render(Viewport &); + void RenderDebug(Viewport &); private: using EntityHandle = std::list::iterator;