diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-25 03:46:21 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-25 03:46:21 +1100 |
commit | 560ae08424956bb495bc2453973467d138029c7c (patch) | |
tree | f506d79185388e7217af75a43074884f17349cb2 /source/core/scripting/StarImageLuaBindings.hpp | |
parent | ff6e349aef9c5504896d1249b2d4a3b862c37d09 (diff) |
Add support for directly setting image assets and processing Image userdata
Diffstat (limited to 'source/core/scripting/StarImageLuaBindings.hpp')
-rw-r--r-- | source/core/scripting/StarImageLuaBindings.hpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/source/core/scripting/StarImageLuaBindings.hpp b/source/core/scripting/StarImageLuaBindings.hpp deleted file mode 100644 index b49598d..0000000 --- a/source/core/scripting/StarImageLuaBindings.hpp +++ /dev/null @@ -1,17 +0,0 @@ -#pragma once - -#include "StarLua.hpp" - -namespace Star { - -STAR_CLASS(Image); - -template <> -struct LuaConverter<Image> : LuaUserDataConverter<Image> {}; - -template <> -struct LuaUserDataMethods<Image> { - static LuaMethods<Image> make(); -}; - -} |