using System; namespace LuaInterface { public delegate int LuaCSFunction(IntPtr luaState); }