From 85a959f321dfa01c9c76f9c74fbbda55614271da Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Wed, 28 Feb 2018 13:07:58 +0100 Subject: clean up files --- src/blit.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/blit.c') diff --git a/src/blit.c b/src/blit.c index 16f76918e..b4d5f7de5 100644 --- a/src/blit.c +++ b/src/blit.c @@ -1,7 +1,5 @@ #include "global.h" - -// this file's functions -void BlitBitmapRect4Bit(struct Bitmap *src, struct Bitmap *dst, u16 srcX, u16 srcY, u16 dstX, u16 dstY, u16 width, u16 height, u8 colorKey); +#include "blit.h" void BlitBitmapRect4BitWithoutColorKey(struct Bitmap *src, struct Bitmap *dst, u16 srcX, u16 srcY, u16 dstX, u16 dstY, u16 width, u16 height) { -- cgit v1.2.3