aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/graphics/je_lua_texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/modules/graphics/je_lua_texture.h')
-rw-r--r--src/lua/modules/graphics/je_lua_texture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lua/modules/graphics/je_lua_texture.h b/src/lua/modules/graphics/je_lua_texture.h
index 48f22ab..c8bb71c 100644
--- a/src/lua/modules/graphics/je_lua_texture.h
+++ b/src/lua/modules/graphics/je_lua_texture.h
@@ -8,6 +8,8 @@ namespace JinEngine
extern const char* Jin_Lua_Texture;
+ void luaopen_Texture(lua_State* L);
+
}
}