00001 00006 #pragma once 00007 00008 #ifndef __AFXWIN_H__ 00009 #error "include 'stdafx.h' before including this file for PCH" 00010 #endif 00011 00012 #include "resource.h" // main symbols 00013 00014 00015 // CVisFlowRendererApp: 00016 // See VisFlowRenderer.cpp for the implementation of this class 00017 // 00018 00019 class CVisFlowRendererApp : public CWinApp 00020 { 00021 public: 00022 CVisFlowRendererApp(); 00023 00024 // Overrides 00025 public: 00026 virtual BOOL InitInstance(); 00027 00028 // Implementation 00029 00030 DECLARE_MESSAGE_MAP() 00031 }; 00032 00033 extern CVisFlowRendererApp theApp;