(svn r1508) Remove duplicate declarations and include proper headers where necessary

This commit is contained in:
tron
2005-01-14 19:41:24 +00:00
parent 9d1f7e7348
commit 4136f395bf
10 changed files with 2 additions and 14 deletions

1
gfx.c
View File

@@ -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];