#ifndef display_h #define display_h extern void createDisplay(int argc,char *argv[],int,int); extern void updateDisplay(); #endif