00001
00002
00003
00004 #if !defined(AFX_EVOLVETRAFFIC_H__9F6D6F9F_447A_4531_BDB2_3C60611EC34E__INCLUDED_)
00005 #define AFX_EVOLVETRAFFIC_H__9F6D6F9F_447A_4531_BDB2_3C60611EC34E__INCLUDED_
00006
00007 #if _MSC_VER > 1000
00008 #pragma once
00009 #endif // _MSC_VER > 1000
00010
00011 #ifndef __AFXWIN_H__
00012 #error include 'stdafx.h' before including this file for PCH
00013 #endif
00014
00015 #include "resource.h"
00016 #include "Constants.h"
00017
00019
00020
00021
00022
00025 class CEvolveTrafficApp : public CWinApp
00026 {
00027 public:
00028 void setInSimulation(bool InSim);
00029 CEvolveTrafficApp();
00030
00031
00032
00033
00034 public:
00035 virtual BOOL InitInstance();
00036 virtual BOOL OnIdle(LONG lCount);
00037
00038
00039
00040
00041 afx_msg void OnAppAbout();
00042
00043
00044
00045 DECLARE_MESSAGE_MAP()
00046 private:
00047 bool m_bInSimulation;
00048 };
00049
00050
00052
00053
00054
00055
00056 #endif // !defined(AFX_EVOLVETRAFFIC_H__9F6D6F9F_447A_4531_BDB2_3C60611EC34E__INCLUDED_)