X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fwind.hpp;h=e52add7c176350b9ea86b2c9fcafa93b9a3e0777;hb=20f50f690c18aefbedeeb43eda094c8cb70351a9;hp=53304d6ff75b64c416e5bc9af77adaf898f110eb;hpb=8a627e73d824b5a14249cfe066dc2fdc643ce28d;p=supertux.git diff --git a/src/object/wind.hpp b/src/object/wind.hpp index 53304d6ff..e52add7c1 100644 --- a/src/object/wind.hpp +++ b/src/object/wind.hpp @@ -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);