From a50b3820e29af6d12b86c55afb8be1aee9091558 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 9 Oct 2006 00:32:14 +0000 Subject: Working version with a few games included --- arm9/include/framebuffer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm9/include/framebuffer.h') diff --git a/arm9/include/framebuffer.h b/arm9/include/framebuffer.h index 80a9469..c6d087f 100644 --- a/arm9/include/framebuffer.h +++ b/arm9/include/framebuffer.h @@ -32,5 +32,6 @@ void FB_VLine(int x, int y1, int y2, int colour); void FB_Box(int x, int y, int w, int h, int colour); void FB_FillBox(int x, int y, int w, int h, int colour); void FB_Clear(void); +void FB_Blit(sImage *img, int x, int y); #endif /* DS81_FRAMEBUFFER_H */ -- cgit v1.2.3