Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/scripting/StarImageLuaBindings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/scripting/StarImageLuaBindings.hpp')
-rw-r--r--source/core/scripting/StarImageLuaBindings.hpp17
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();
-};
-
-}