diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-09-24 01:38:30 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-09-24 01:38:30 +0200 |
commit | ea8840291cdf66784c6a2cb465b63ccfb5483c38 (patch) | |
tree | 0ab1e059c3b798d27f8d9a15816c7beb0dd236e8 /src/view/MapView.hpp | |
parent | 24ae84861379f2f878804b53a457153ad1ad6c1e (diff) | |
download | rpgedit-ea8840291cdf66784c6a2cb465b63ccfb5483c38.tar rpgedit-ea8840291cdf66784c6a2cb465b63ccfb5483c38.zip |
New event-driven goodness
Diffstat (limited to 'src/view/MapView.hpp')
-rw-r--r-- | src/view/MapView.hpp | 2 |
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); }; } |