#ifndef GFX_H #define GFX_H void drawpixel(int x, int y, int c); void updatedisplay(void); void gfxinit(void); #endif