added pattern scan to lua

This commit is contained in:
2026-03-10 18:55:55 +03:00
parent 0cdd1d021f
commit 99a30e8fdf
3 changed files with 102 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ namespace omath::lua
register_triangle(omath_table);
register_shared_types(omath_table);
register_engines(omath_table);
register_pattern_scan(omath_table);
}
} // namespace omath::lua
#endif