diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-05-10 15:40:52 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-05-10 15:40:52 -0400 |
commit | 444e256efe52274caf464e941cd76abc9ccf1d61 (patch) | |
tree | 8490afc2821b40c063680cd2c2b100074615a963 /include/world.hpp | |
parent | 7227865bc1ffb16072a14effbfd8633635fc8ff5 (diff) |
bug/memory fixes
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 |