17 #ifndef HEADER_SUPERTUX_SQUIRREL_SCRIPT_INTERFACE_HPP 18 #define HEADER_SUPERTUX_SQUIRREL_SCRIPT_INTERFACE_HPP 32 virtual void expose(HSQUIRRELVM vm, SQInteger table_idx) = 0;
33 virtual void unexpose(HSQUIRRELVM vm, SQInteger table_idx) = 0;
Objects that want to expose themself to the scripting environment should implement this interface...
Definition: script_interface.hpp:26