diff options
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 |
