Make Tux run automatically. As before, if he is carrying something Tux
[supertux.git] / src / object / level_time.hpp
index 98c7926..45f001a 100644 (file)
@@ -38,6 +38,11 @@ public:
     void update(float elapsed_time);
     void draw(DrawingContext& context);
 
+    /** 
+     * @name Scriptable Methods
+     * @{ 
+     */
+
     /**
      * Resumes the countdown
      */
@@ -58,6 +63,10 @@ public:
      */
     void set_time(float time_left);
 
+    /** 
+     * @} 
+     */
+
 private:
     std::auto_ptr<Surface> time_surface;
     bool running;