More changes

This commit is contained in:
KimLS
2017-06-08 19:55:25 -07:00
parent 7189994b78
commit d6890ad76d
4 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -1691,7 +1691,7 @@ luabind::scope lua_register_random() {
luabind::def("Int", &random_int),
luabind::def("Real", &random_real),
luabind::def("Roll", &random_roll_int),
luabind::def("Roll", &random_roll_real),
luabind::def("RollReal", &random_roll_real),
luabind::def("Roll0", &random_roll0)
];
}