summaryrefslogtreecommitdiff
path: root/src/client/panel.h
diff options
context:
space:
mode:
authorTomas Chvatal (scarabeus) <tomas.chvatal@gmail.com>2008-10-23 00:09:21 +0200
committerTomas Chvatal (scarabeus) <tomas.chvatal@gmail.com>2008-10-23 00:09:21 +0200
commit6a0565944376426ded71849df09527da077dfc94 (patch)
tree2f9e1f664febc298b61626a613366330dfe0bd6e /src/client/panel.h
parent130d45bfc935da1702a7b5c246a099ea3b4a0bdf (diff)
Ups forget to fix header files.
Diffstat (limited to 'src/client/panel.h')
-rw-r--r--src/client/panel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/panel.h b/src/client/panel.h
index 6eadd92..cfc0b5e 100644
--- a/src/client/panel.h
+++ b/src/client/panel.h
@@ -21,7 +21,7 @@
extern bool_t isPanelInicialized();
extern void initPanel();
-extern void drawPanel(tux_t *tux_right, tux_t *tux_left);
+extern void drawPanel(tux_t * tux_right, tux_t * tux_left);
extern void quitPanel();
#endif