aboutsummaryrefslogtreecommitdiffstats
path: root/include/systems/light.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/systems/light.hpp')
-rw-r--r--include/systems/light.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/systems/light.hpp b/include/systems/light.hpp
index ba91113..02c7eed 100644
--- a/include/systems/light.hpp
+++ b/include/systems/light.hpp
@@ -21,6 +21,11 @@ class LightSystem : public entityx::System<LightSystem> {
private:
static std::vector<Light> lights;
+ static GLfloat *colorData;
+ static GLfloat *coordData;
+
+ static void resizeLights(void);
+
public:
void update(entityx::EntityManager& en, entityx::EventManager& ev, entityx::TimeDelta dt) override;