diff options
| author | jacksonmj <mj-pt@jacksonmj.co.uk> | 2011-08-19 23:14:38 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-08-20 10:29:02 (GMT) |
| commit | a96afc863e814e0652e184614feda4d969ec2f94 (patch) | |
| tree | 4183083f1cc8cbe6f7b3fba1680627b6ffef1410 /includes | |
| parent | 7d283335d4e0a84c191314c299af70152eec9a77 (diff) | |
| download | powder-a96afc863e814e0652e184614feda4d969ec2f94.zip powder-a96afc863e814e0652e184614feda4d969ec2f94.tar.gz | |
Stickman go through portals
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/powder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/powder.h b/includes/powder.h index aacad43..791988c 100644 --- a/includes/powder.h +++ b/includes/powder.h @@ -322,6 +322,8 @@ int update_MISC(UPDATE_FUNC_ARGS); int update_legacy_PYRO(UPDATE_FUNC_ARGS); int update_legacy_all(UPDATE_FUNC_ARGS); int run_stickman(float* playerp, UPDATE_FUNC_ARGS); +void STKM_init_legs(float* playerp, int i); +void STKM_interact(float* playerp, int i, int x, int y); struct particle |
