MatOCAD Logo

Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

MatocadApp.h

Go to the documentation of this file.
00001 //---------------------------------------------------------------------------
00002 //
00003 // Name:        MatocadApp.h
00004 // Author:      Administrator
00005 // Created:     22/03/2005 15.08.31
00006 //
00007 //---------------------------------------------------------------------------
00008 
00009 // For compilers that support precompilation, includes "wx.h".
00010 #include <wx/wxprec.h>
00011 
00012 #ifdef __BORLANDC__
00013 #pragma hdrstop
00014 #endif
00015 
00016 #ifndef WX_PRECOMP
00017 // Include your minimal set of headers here, or wx.h
00018 #include <wx/wx.h>
00019 #endif
00020 
00021 class MainFrmApp:public wxApp
00022 {
00023       
00024 public:
00025         bool OnInit();
00026         int OnExit();
00027 };
00028 
00029  

 

SourceForge Logo