summaryrefslogtreecommitdiffstats
path: root/src/view/MapView.hpp
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-09-24 01:38:30 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-09-24 01:38:30 +0200
commitea8840291cdf66784c6a2cb465b63ccfb5483c38 (patch)
tree0ab1e059c3b798d27f8d9a15816c7beb0dd236e8 /src/view/MapView.hpp
parent24ae84861379f2f878804b53a457153ad1ad6c1e (diff)
downloadrpgedit-ea8840291cdf66784c6a2cb465b63ccfb5483c38.tar
rpgedit-ea8840291cdf66784c6a2cb465b63ccfb5483c38.zip
New event-driven goodness
Diffstat (limited to 'src/view/MapView.hpp')
-rw-r--r--src/view/MapView.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/MapView.hpp b/src/view/MapView.hpp
index 98dfe56..7f83006 100644
--- a/src/view/MapView.hpp
+++ b/src/view/MapView.hpp
@@ -55,7 +55,7 @@ public:
const std::map<std::string, SDL_Surface *> &entities);
~MapView();
- void render(float centerX, float centerY);
+ void render(float centerX, float centerY, uint64_t time);
};
}