Patch by mathnerd314 <man.is.allan@gmail.com> resolves issue 0000302: Mr. Ice Block...
[supertux.git] / src / object / ambient_sound.hpp
index fc34923..a7a14bc 100644 (file)
@@ -67,11 +67,16 @@ public:
     return position;
   }
 
-  // --- Scripting Interface ---
-
+  /**
+   * @name Scriptable Methods
+   * @{
+   */
   void set_pos(float x, float y);
-  float get_pos_x();
-  float get_pos_y();
+  float get_pos_x() const;
+  float get_pos_y() const;
+  /**
+   * @}
+   */
 
 protected:
   virtual void hit(Player& player);