mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-18 22:03:26 +00:00
refactored to class
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
#include <sol/sol.hpp>
|
||||
#include <omath/linear_algebra/vector4.hpp>
|
||||
|
||||
namespace omath::lua::detail
|
||||
namespace omath::lua
|
||||
{
|
||||
void register_vec4(sol::table& omath_table)
|
||||
void LuaInterpreter::register_vec4(sol::table& omath_table)
|
||||
{
|
||||
using Vec4f = omath::Vector4<float>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user