Lua methods for reading/writing the bmap and emap (no mapped walltypes yet

This commit is contained in:
Simon Robertshaw
2012-02-20 12:02:52 +00:00
parent 3702438482
commit 1c4bce1f22
2 changed files with 122 additions and 0 deletions

View File

@@ -67,6 +67,10 @@ int luatpt_reset_velocity(lua_State* l);
int luatpt_reset_spark(lua_State* l);
int luatpt_set_property(lua_State* l);
int luatpt_get_property(lua_State* l);
int luatpt_set_wallmap(lua_State* l);
int luatpt_get_wallmap(lua_State* l);
int luatpt_set_elecmap(lua_State* l);
int luatpt_get_elecmap(lua_State* l);
int luatpt_drawpixel(lua_State* l);
int luatpt_drawrect(lua_State* l);
int luatpt_fillrect(lua_State* l);