From 41593f09b47537ccae1b19dc390f7d7dbb532937 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 24 Feb 2019 12:50:55 -0500 Subject: Rendering of level map moved to Level class --- src/simulation.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/simulation.h') diff --git a/src/simulation.h b/src/simulation.h index 1502a70..bb77806 100644 --- a/src/simulation.h +++ b/src/simulation.h @@ -87,6 +87,8 @@ private: std::vector entities_; std::deque available_; std::set active_; + + texture_ptr renderedMap_; }; #endif /* end of include guard: SIMULATION_H_7BF6EEA4 */ -- cgit 1.4.1