/* 
lowlevel.h - constants, macros, data structures 
and function defs for faux low-level graphics system.
*/

/* definitions of public functions */

void initBigPixelArray(int, int, int);
void drawBigPixelArray(void);
void colorPixel(int, int, GLubyte, GLubyte, GLubyte);



