示例#1
0
 public static void CheckVersion(LuaStatePtr l, double ver)
 {
     LuaLDelegates.luaL_checkversion_(l, ver);
 }