From 5b67651831ad9b160b41990288c938c7a05c1db1 Mon Sep 17 00:00:00 2001 From: oroborus Date: Wed, 13 Aug 2008 13:54:09 +0000 Subject: - upravene indexovanie v index.c a space.c ktore indexovanie pouziva git-svn-id: http://opensvn.csie.org/tuxanci_ng@194 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/client/panel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/panel.h') 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 -- cgit v1.2.3