X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscript_interface.hpp;h=3f47bcfb9e963f796f2667cc9ecda62d76ee748f;hb=75acd4b141f45e851a492f089aa9ad24a9552409;hp=61226705bc7301b1a411aaa235cf25a1f719d333;hpb=fe138b9ec292ca9679b43cf5c4555f0193bab25d;p=supertux.git diff --git a/src/script_interface.hpp b/src/script_interface.hpp index 61226705b..3f47bcfb9 100644 --- a/src/script_interface.hpp +++ b/src/script_interface.hpp @@ -31,10 +31,9 @@ class ScriptInterface public: virtual ~ScriptInterface() {} - + virtual void expose(HSQUIRRELVM vm, SQInteger table_idx) = 0; virtual void unexpose(HSQUIRRELVM vm, SQInteger table_idx) = 0; }; #endif -