1 #ifndef BINDING_TITLE_RENDERER_H
2 #define BINDING_TITLE_RENDERER_H
4 #include <script/lua_global.h>
6 #include <luabind/luabind.hpp>
7 #include <lua_inclues/lua.hpp>
12 static void printText(std::string text,
int x,
int y, lua_State* L);
13 static void printText(std::string text,
int x,
int y,
int fontType, lua_State* L);
14 static void printText(std::string text,
int x,
int y,
int fontType,
int size, lua_State* L);
15 static void printText(std::string text,
int x,
int y,
int fontType,
int size,
unsigned int rgba, lua_State* L);
17 static luabind::scope bindToLua();
20 #endif // BINDING_TITLE_RENDERER_H
Definition: luafuncs_core_renderer.h:9