comparison include/main.h @ 34:51e522f34598 v2.4

guess ccndir.
author pyon@macmini
date Sat, 12 Nov 2011 13:18:03 +0900
parents 112cd4d27f1f
children 405e08552527
comparison
equal deleted inserted replaced
33:945864229b5a 34:51e522f34598
1 // Filename : main.h 1 // Filename : main.h
2 // Last Change: 06-Nov-2011. 2 // Last Change: 12-Nov-2011.
3 // 3 //
4 #include "wx/wx.h" 4 #include "wx/wx.h"
5 #include "wx/config.h" 5 #include "wx/config.h"
6 #include "wx/fileconf.h" 6 #include "wx/fileconf.h"
7 7
8 #define MYAPPNAME wxT("AMover2") 8 #define MYAPPNAME wxT("AMover2")
9 9
10 #define VER 2 10 #define VER 2
11 #define REV 4 11 #define REV 5
12 #define BLD 20111107 12 #define BLD 20111114
13 13
14 // private classes 14 // private classes
15 // Define a new application type, each program should derive a class from wxApp 15 // Define a new application type, each program should derive a class from wxApp
16 class MyApp : public wxApp 16 class MyApp : public wxApp
17 { 17 {