diff options
Diffstat (limited to 'include/modules.h')
| -rw-r--r-- | include/modules.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h index 872cab7..f05234f 100644 --- a/include/modules.h +++ b/include/modules.h @@ -39,6 +39,7 @@ typedef struct export_fce_s void (*fce_destroyShot)(shot_t *p); void (*fce_boundBombBall)(shot_t *shot); + void (*fce_transformOnlyLasser)(shot_t *shot); int (*fce_pokus)(char *s); |