From 444e256efe52274caf464e941cd76abc9ccf1d61 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 10 May 2016 15:40:52 -0400 Subject: bug/memory fixes --- include/world.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/world.hpp') diff --git a/include/world.hpp b/include/world.hpp index ac17580..c40f5f5 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -154,6 +154,10 @@ protected: // frees entities and clears vectors that contain them void deleteEntities(void); +protected: + + void drawBackgrounds(); + public: // entity vectors that need to be public because we're based -- cgit v1.2.3