#ifndef _DRAW_H_ #define _DRAW_H_ void drawNAME(); void drawNUMBER(); void drawMAINMENU(unsigned char); #endif