- added quick&dirty peeking back (not exactly perfect, but better then no peeking)
[supertux.git] / src / object / wind.hpp
index 53304d6..e52add7 100644 (file)
@@ -41,6 +41,11 @@ public:
   HitResponse collision(GameObject& other, const CollisionHit& hit);
 
   /**
+   * @name Scriptable Methods
+   * @{
+   */
+
+  /**
    * start blowing
    */
   void start();
@@ -50,6 +55,10 @@ public:
    */
   void stop();
 
+  /**
+   * @}
+   */
+
   virtual void expose(HSQUIRRELVM vm, SQInteger table_idx);
   virtual void unexpose(HSQUIRRELVM vm, SQInteger table_idx);