diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-28 13:07:58 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-28 13:07:58 +0100 |
commit | 85a959f321dfa01c9c76f9c74fbbda55614271da (patch) | |
tree | 6dded1d66c6c125ecf41625f15ef655a00ca17b3 /src/blit.c | |
parent | edf9f706c49c003c3a60357260056190245ac6c5 (diff) |
clean up files
Diffstat (limited to 'src/blit.c')
-rw-r--r-- | src/blit.c | 4 |
1 files changed, 1 insertions, 3 deletions
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) { |