#ifndef _WAITNCLEAR_H #define _WAITNCLEAR_H /** * This header file contains the declaration for the WaitNClear * function from the demo program in the CMU Graphics Library, written * at the Carnegie Mellon University School of Computer Science and * available from Mark Stehlik's Advanced Placement web page: * http://www.cs.cmu.edu/~mjs/ * */ #include "CMUgraphicsLib\CMUgraphics.h" // Declare the function to wait for a mouse click // and clear the screen void WaitNClear(window &inputWindow); #endif