Improvements to getscript

This commit is contained in:
Simon Robertshaw
2011-08-25 12:20:00 +01:00
parent 80e10460b8
commit e9331794bd
3 changed files with 73 additions and 45 deletions

View File

@@ -73,5 +73,5 @@ int luatpt_heat(lua_State* l);
int luatpt_setfire(lua_State* l);
int luatpt_setdebug(lua_State* l);
int luatpt_setfpscap(lua_State* l);
int luatpt_getscriptid(lua_State* l);
int luatpt_getscript(lua_State* l);
#endif