a few more opengles changes
[supertux.git] / src / scripting / camera.hpp
index cdd10e0..558c207 100644 (file)
@@ -36,6 +36,8 @@ public:
   ~Camera();
 #endif
 
+  void reload_config();
+
   /** Shake the camera */
   void shake(float speed, float x, float y);
   /** Set camera to a specific coordinate */
@@ -53,4 +55,3 @@ public:
 }
 
 #endif
-