diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-08 08:47:31 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-08 08:47:31 -0400 |
commit | 6882786999581e2280c870249ae448c744767e73 (patch) | |
tree | 665eb129c395250e3f390d5e86ac8896ac636322 /include/world.hpp | |
parent | 7110a4ab054341c9f41972b06044853138f526a8 (diff) | |
parent | a978ddfb98734514874231ed28d0395533afa25d (diff) |
merge; lights, xmls
Diffstat (limited to 'include/world.hpp')
-rw-r--r-- | include/world.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/world.hpp b/include/world.hpp index c5730f8..fa8e4d8 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -457,7 +457,7 @@ public: void addHill(ivec2 peak, unsigned int width); // functions to add entities to the world - void addLight(vec2 xy, Color color); + void addLight(vec2 xy, float radius, Color color); void addMerchant(float x, float y, bool housed); |