[Bug Fix] Add Missing Lua Registers (#4525)

This commit is contained in:
Alex King
2024-10-23 22:37:21 -04:00
committed by GitHub
parent b92eafd21b
commit dfd2729b28
3 changed files with 5 additions and 3 deletions
-2
View File
@@ -6772,7 +6772,6 @@ luabind::scope lua_register_random() {
)];
}
luabind::scope lua_register_events() {
return luabind::class_<Events>("Event")
.enum_("constants")
@@ -8008,7 +8007,6 @@ luabind::scope lua_register_journal_mode() {
)];
}
luabind::scope lua_register_exp_source() {
return luabind::class_<ExpSource>("ExpSource")
.enum_("constants")