14 (*handle).script_file(
"/home/wang/covalentBond/scripts/libCB.lua");
16 auto covalentBound = (*handle)[
"Cb"].get_or_create<sol::table>();
17 auto covalentBoundF = covalentBound[
"F"].get_or_create<sol::table>();
20 covalentBoundF.set_function(
"makeShapeCol",
makeShapeCol);
21 covalentBoundF.set_function(
"makeShapeRow",
makeShapeRow);
28 sol::meta_function::construct,
36 sol::call_constructor,