Exemple #1
0
 public static void CheckAny(LuaStatePtr l, int narg)
 {
     LuaLDelegates.luaL_checkany(l, narg);
 }