diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-30 08:45:55 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-30 08:45:55 -0400 |
commit | a75a3b2d8f0848a05b09180d9517a8016cbafdde (patch) | |
tree | 7a70d92c90dab36deadef1e40a516c54231c116d /include/world.h | |
parent | 9ab6025a0cc3ab31c476f0b478ac69bfadd7f670 (diff) |
day/night cycling
Diffstat (limited to 'include/world.h')
-rw-r--r-- | include/world.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/world.h b/include/world.h index 5ec01ae..75263e5 100644 --- a/include/world.h +++ b/include/world.h @@ -154,4 +154,6 @@ public: void draw(Player *p); // Draws the world (ignores layers) }; +extern int worldShade; + #endif // WORLD_H |