diff options
author | Ian C <ianc@noddybox.co.uk> | 2006-10-09 00:32:14 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2006-10-09 00:32:14 +0000 |
commit | a50b3820e29af6d12b86c55afb8be1aee9091558 (patch) | |
tree | a3e74e4706488db0701bc992b1eb75e29d52e7a1 /arm9/include/framebuffer.h | |
parent | 09a74c822519bae9d20f79b8e7808f19c5094e7f (diff) |
Working version with a few games included
Diffstat (limited to 'arm9/include/framebuffer.h')
-rw-r--r-- | arm9/include/framebuffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |