00001 #ifndef MFCRENDERAREA_H_
00002 #define MFCRENDERAREA_H_
00003
00004 #include "res/Resource.h"
00005
00006 #include <Inventor/ViewerComponents/MFC/RenderArea.h>
00007
00011 class MFCRenderArea : public CWinApp
00012 {
00013
00014 public:
00015 MFCRenderArea();
00016
00017 private:
00018 BOOL InitInstance();
00019 int ExitInstance();
00020
00024 afx_msg BOOL OnIdle( LONG lCount );
00025 };
00026
00027 extern MFCRenderArea theApp;
00028
00029 #endif // MFCRENDERAREA_H_
00030