'auto' option that always picks what it thinks is the best renderer.
[supertux.git] / src / scripting / camera.hpp
index 325ef6f..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 */