X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Fcamera.hpp;h=9d65cf36695a43935ac3b09d6c53305519d141ab;hb=7a0031e8f250c852743709ab06ecafe1896eefbe;hp=cdd10e0e23e9d28ce997e8759fb784a5e535b340;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/scripting/camera.hpp b/src/scripting/camera.hpp index cdd10e0e2..9d65cf366 100644 --- a/src/scripting/camera.hpp +++ b/src/scripting/camera.hpp @@ -23,6 +23,7 @@ #ifndef SCRIPTING_API class Camera; typedef Camera _Camera; +#include #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 -