mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-19 01:03:26 +00:00
migrated to sol2
decomposed method added vector2, vector4 refactored tests added opengl engine to lua added other engines added source tests removed tons of lua files
This commit is contained in:
13
include/omath/lua/lua.hpp
Normal file
13
include/omath/lua/lua.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// Created by orange on 07.03.2026.
|
||||
//
|
||||
#pragma once
|
||||
#ifdef OMATH_ENABLE_LUA
|
||||
// ReSharper disable once CppInconsistentNaming
|
||||
struct lua_State;
|
||||
|
||||
namespace omath::lua
|
||||
{
|
||||
void register_lib(lua_State* lua_state);
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user