diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-12-09 16:30:33 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-12-09 16:30:33 (GMT) |
| commit | e519aa911bbd869390b65f079ae088d79550fdda (patch) | |
| tree | 3d12f0080356f197c374a9f6499ae67f3fca0821 /includes | |
| parent | f5a58d14f2df42f5c8710df3f42d611c4c456c1b (diff) | |
| download | powder-e519aa911bbd869390b65f079ae088d79550fdda.zip powder-e519aa911bbd869390b65f079ae088d79550fdda.tar.gz | |
Element transitions also editable now
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/luaconsole.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/luaconsole.h b/includes/luaconsole.h index f116b9f..fc5e2c4 100644 --- a/includes/luaconsole.h +++ b/includes/luaconsole.h @@ -35,7 +35,10 @@ int luacon_partread(lua_State* l); int luacon_partwrite(lua_State* l); int luacon_elementread(lua_State* l); int luacon_elementwrite(lua_State* l); +int luacon_transitionread(lua_State* l); +int luacon_transitionwrite(lua_State* l); int luacon_particle_getproperty(char * key, int * format); +int luacon_transition_getproperty(char * key, int * format); int luacon_element_getproperty(char * key, int * format); int process_command_lua(pixel *vid_buf, char *console, char *console_error); |
