summaryrefslogtreecommitdiff
path: root/include/framebuffer.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2006-10-09 00:32:14 +0000
committerIan C <ianc@noddybox.co.uk>2006-10-09 00:32:14 +0000
commita50b3820e29af6d12b86c55afb8be1aee9091558 (patch)
treea3e74e4706488db0701bc992b1eb75e29d52e7a1 /include/framebuffer.h
parent09a74c822519bae9d20f79b8e7808f19c5094e7f (diff)
Working version with a few games included
Diffstat (limited to 'include/framebuffer.h')
-rw-r--r--include/framebuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/framebuffer.h b/include/framebuffer.h
index 80a9469..c6d087f 100644
--- a/include/framebuffer.h
+++ b/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 */