We can properly use range based for loops with view and interaction with Lua is significantly improved
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
#include <utility>
|
||||
|
||||
namespace ecs::lua {
|
||||
struct Wrapper : Component {
|
||||
struct LuaComponent : Component {
|
||||
// @todo Figure out a more elegant way
|
||||
Wrapper() {}
|
||||
LuaComponent() {}
|
||||
|
||||
sol::table table;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user