DiaDes  0.1
DIAgnosisofDiscrete-EventSystem
AltaricaApplication.hh
Go to the documentation of this file.
1 #ifndef __DIADES__ALTARICA__APPLICATION_HH
2 #define __DIADES__ALTARICA__APPLICATION_HH
3 
4 
5 
6 #include <wx/wxprec.h>
7 
8 #ifdef __BORLANDC__
9 #pragma hdrstop
10 #endif
11 #ifndef WX_PRECOMP
12 #include <wx/wx.h>
13 #endif
14 
15 namespace Diades
16 {
17  namespace Altarica
18  {
19 
20 
21  class AltaricaApplication : public wxApp
22  {
23  public:
24  virtual bool OnInit();
25  };
26 
27 
28  };
29 };
30 
31 
32 #endif
Namespace of the Diades project.