drawtext for Lua

This commit is contained in:
Simon Robertshaw
2011-05-30 16:45:39 +01:00
parent 79a27c2c90
commit 65252aa002
2 changed files with 19 additions and 1 deletions

View File

@@ -14,4 +14,5 @@ int process_command_lua(pixel *vid_buf, char *console, char *console_error);
//TPT Interface
int luatpt_test(lua_State* l);
int luatpt_drawtext(lua_State* l);
#endif