diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-05-12 08:05:34 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-05-12 08:05:34 -0400 |
commit | ee4522669875b694911635b0c6cfbde7003ef040 (patch) | |
tree | 7841fd9bb0bd29798d31e9fe819ab4ededba67d3 /include/world.hpp | |
parent | 5432b278f8ed8c9aaeccf1ee7a4da540787f965d (diff) | |
parent | cab9a8f66e683d79b67a1a4d78b6e68009642534 (diff) |
RENDERING
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 |