summaryrefslogtreecommitdiff
path: root/display.h
blob: 2b2464f222ca9bda46209da4e08e1dac8fac83c3 (plain)
1
2
3
4
5
6
void display_init( int width, int height);
void display_redraw( );

void display_clear( );
void display_line( int wii_id, int x0, int y0, int x1, int y1 );
void display_circle( int wii_id, int x, int y, int w );