Fire intensity from Lua

This commit is contained in:
Simon Robertshaw
2011-08-11 13:02:00 +01:00
parent 806e1933a2
commit 9e634b95cc
4 changed files with 15 additions and 4 deletions

View File

@@ -64,4 +64,5 @@ int luatpt_decorations_enable(lua_State* l);
int luatpt_cmode_set(lua_State* l);
int luatpt_error(lua_State* l);
int luatpt_heat(lua_State* l);
int luatpt_setfire(lua_State* l);
#endif