diff options
| author | Dusan Durech <dusan@debian.debian> | 2009-04-12 14:29:51 +0200 |
|---|---|---|
| committer | Dusan Durech <dusan@debian.debian> | 2009-04-12 14:29:51 +0200 |
| commit | 876fc624df9728ee0feee26e1b31b53ed9ef3326 (patch) | |
| tree | e20814ab6d07fb892284dcee11bc492532bdabaa /src/base/gun.h | |
| parent | dff1cbc31ca8d585c01f5bebd08e50cf07fd2b0c (diff) | |
convert all name function from oldName to new_name
Diffstat (limited to 'src/base/gun.h')
| -rw-r--r-- | src/base/gun.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/gun.h b/src/base/gun.h index 1f64327..46a7d29 100644 --- a/src/base/gun.h +++ b/src/base/gun.h @@ -11,5 +11,5 @@ # include "main.h" # include "tux.h" -extern void shotInGun(tux_t * p); +extern void gun_shot(tux_t * p); #endif |