diff options
| author | jacksonmj <mj-pt@jacksonmj.co.uk> | 2011-10-03 18:34:30 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-10-06 20:59:41 (GMT) |
| commit | 4abefaf1ec4e2545b87516340c4ab21b12d7f3ff (patch) | |
| tree | d71ce3f542e293a12492b9b8c3147c27aa7839e4 /includes | |
| parent | ae3241ec80a252e86b8504304a3e03188d57022f (diff) | |
| download | powder-4abefaf1ec4e2545b87516340c4ab21b12d7f3ff.zip powder-4abefaf1ec4e2545b87516340c4ab21b12d7f3ff.tar.gz | |
tpt.drawline
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/luaconsole.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/luaconsole.h b/includes/luaconsole.h index 2a1df7a..dc320ad 100644 --- a/includes/luaconsole.h +++ b/includes/luaconsole.h @@ -47,6 +47,7 @@ int luatpt_get_property(lua_State* l); int luatpt_drawpixel(lua_State* l); int luatpt_drawrect(lua_State* l); int luatpt_fillrect(lua_State* l); +int luatpt_drawline(lua_State* l); int luatpt_textwidth(lua_State* l); int luatpt_get_name(lua_State* l); int luatpt_set_shortcuts(lua_State* l); |
