1 /* screen.h - screen routines */
2 
3 // initialize screen
4 void scrInit();
5 
6 void scrDone();
7 
8 
9