Update INSTALL to tell users to do CMAKE_BUILD_TYPE=DEBUG rather that DEBUG=ON
[supertux.git] / src / scripting / camera.hpp
index cdd10e0..9d65cf3 100644 (file)
@@ -23,6 +23,7 @@
 #ifndef SCRIPTING_API
 class Camera;
 typedef Camera _Camera;
+#include <string>
 #endif
 
 namespace Scripting
@@ -36,6 +37,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 +56,3 @@ public:
 }
 
 #endif
-