aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-04-27 18:32:57 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-04-27 18:32:57 -0400
commitef1ea79375ce865d78fb7da4244aee65d25c04b3 (patch)
treed57cbdaa52ed54c25526ea16b357041285e36d67 /include
parenta33b3d4ffc1defda5bdcd3348036ce48ef5b0085 (diff)
stars :O
Diffstat (limited to 'include')
-rw-r--r--include/world.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/world.hpp b/include/world.hpp
index 7d7d016..163676d 100644
--- a/include/world.hpp
+++ b/include/world.hpp
@@ -136,6 +136,8 @@ private:
*/
static std::string currentXMLFile;
+ static std::vector<vec2> stars;
+
public:
static std::thread thAmbient;