summaryrefslogtreecommitdiff
path: root/src/client/panel.h
diff options
context:
space:
mode:
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 4935c75..6eadd92 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(list_t *listTux);
+extern void drawPanel(tux_t *tux_right, tux_t *tux_left);
extern void quitPanel();
#endif