00001 // University of Washington Bothell Graphics Library 00002 // Authors: Kelvin Sung, Steve Baer 00003 // The accompanying library supports CSS Graphics courses taught at UW-Bothell 00004 // See: http://courses.washington.edu/css450/ 00005 // http://courses.washington.edu/css451/ 00007 #pragma once 00008 00009 #ifndef __AFXWIN_H__ 00010 #error include 'stdafx.h' before including this file for PCH 00011 #endif 00012 00013 #include "resource.h" // main symbols 00014 00018 class CTutorialApp : public CWinApp 00019 { 00020 public: 00021 CTutorialApp(); 00022 00026 virtual BOOL InitInstance(); 00027 DECLARE_MESSAGE_MAP() 00028 }; 00029 00032 extern CTutorialApp theApp;