X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscript_interface.hpp;h=3f47bcfb9e963f796f2667cc9ecda62d76ee748f;hb=566f8eb2da26d5a2bb4ed5798a5774499f2e511f;hp=2cc422273f1fe432e5975f18a1b0cafe240f473e;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/script_interface.hpp b/src/script_interface.hpp index 2cc422273..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, int table_idx) = 0; - virtual void unexpose(HSQUIRRELVM vm, int table_idx) = 0; + + virtual void expose(HSQUIRRELVM vm, SQInteger table_idx) = 0; + virtual void unexpose(HSQUIRRELVM vm, SQInteger table_idx) = 0; }; #endif -