added more lua stuff

This commit is contained in:
2026-05-16 10:33:06 +03:00
parent 7f88bf8b21
commit a4fac65b7c
17 changed files with 2201 additions and 1 deletions
+6 -1
View File
@@ -15,11 +15,16 @@ namespace omath::lua
static void register_vec2(sol::table& omath_table);
static void register_vec3(sol::table& omath_table);
static void register_vec4(sol::table& omath_table);
static void register_matrices(sol::table& omath_table);
static void register_quaternion(sol::table& omath_table);
static void register_color(sol::table& omath_table);
static void register_hud(sol::table& omath_table);
static void register_triangle(sol::table& omath_table);
static void register_3d_primitives(sol::table& omath_table);
static void register_collision(sol::table& omath_table);
static void register_shared_types(sol::table& omath_table);
static void register_engines(sol::table& omath_table);
static void register_pattern_scan(sol::table& omath_table);
};
}
#endif
#endif