diff options
Diffstat (limited to 'Runtime/Math/Vector2.h')
-rw-r--r-- | Runtime/Math/Vector2.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Runtime/Math/Vector2.h b/Runtime/Math/Vector2.h index 31098ab..aba4262 100644 --- a/Runtime/Math/Vector2.h +++ b/Runtime/Math/Vector2.h @@ -68,6 +68,12 @@ namespace Internal } } + void RestoreFromLuaObject(LuaBind::State& state, int index) override + { + + } + + T x, y; static Vector2T<T> zero; |