summaryrefslogtreecommitdiff
path: root/display.h
diff options
context:
space:
mode:
authorerdgeist <>2008-09-16 15:40:46 +0000
committererdgeist <>2008-09-16 15:40:46 +0000
commit8d957f068792b4ee55f807930c975699c29922a2 (patch)
tree4a960cbe6c05797175a7c8b518f93e4459bafd1d /display.h
KickoffHEADmaster
Diffstat (limited to 'display.h')
-rw-r--r--display.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/display.h b/display.h
new file mode 100644
index 0000000..2b2464f
--- /dev/null
+++ b/display.h
@@ -0,0 +1,6 @@
1void display_init( int width, int height);
2void display_redraw( );
3
4void display_clear( );
5void display_line( int wii_id, int x0, int y0, int x1, int y1 );
6void display_circle( int wii_id, int x, int y, int w );