diff options
Diffstat (limited to 'include/screen_world.h')
| -rw-r--r-- | include/screen_world.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/screen_world.h b/include/screen_world.h index 955e0fc..b6a4259 100644 --- a/include/screen_world.h +++ b/include/screen_world.h @@ -19,6 +19,7 @@ extern void setLagServer(my_time_t lag); extern void countRoundInc(); extern void setWorldEnd(); extern void setMaxCountRound(int n); +extern tux_t* getControlTux(int control_type); extern void tuxControl(tux_t *p); extern void drawWorld(); extern void eventWorld(); |