Turned a lot of other global objects into Currentons
[supertux.git] / src / video / gl / gl_video_system.hpp
index eab8a08..34fbb8f 100644 (file)
 
 #include "video/video_system.hpp"
 
+class TextureManager;
+
 class GLVideoSystem : public VideoSystem
 {
 private:
   std::unique_ptr<Renderer> m_renderer;
   std::unique_ptr<Lightmap> m_lightmap;
+  std::unique_ptr<TextureManager> m_texture_manager;
 
 public:
   GLVideoSystem();