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