added triangle to lua

This commit is contained in:
2026-03-10 18:39:20 +03:00
parent a79ac9743a
commit 0cdd1d021f
5 changed files with 179 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ namespace omath::lua
static void register_vec3(sol::table& omath_table);
static void register_vec4(sol::table& omath_table);
static void register_color(sol::table& omath_table);
static void register_triangle(sol::table& omath_table);
static void register_shared_types(sol::table& omath_table);
static void register_engines(sol::table& omath_table);
};