diff options
Diffstat (limited to 'include/world.hpp')
-rw-r--r-- | include/world.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 |