summaryrefslogtreecommitdiff
path: root/gfx.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-14 19:41:24 +0000
committertron <tron@openttd.org>2005-01-14 19:41:24 +0000
commit4136f395bf45b537d9756efb045c7db4bafa975d (patch)
treefe3cba09d040c9758bc87544422fdeda37fc6bdc /gfx.c
parent9d1f7e7348f77639c0fb8697e147de2e901f3545 (diff)
downloadopenttd-4136f395bf45b537d9756efb045c7db4bafa975d.tar.xz
(svn r1508) Remove duplicate declarations and include proper headers where necessary
Diffstat (limited to 'gfx.c')
-rw-r--r--gfx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gfx.c b/gfx.c
index 24beee010..28e90792a 100644
--- a/gfx.c
+++ b/gfx.c
@@ -5,7 +5,6 @@
#include "hal.h"
static void GfxMainBlitter(byte *sprite, int x, int y, int mode);
-void GfxInitPalettes();
static int _stringwidth_out;
static byte _cursor_backup[64*64];