diff include/common.h @ 6:99d612849255

v0.3
author pyon@macmini
date Sat, 08 Oct 2011 17:00:33 +0900
parents a505f7417742
children
line wrap: on
line diff
--- a/include/common.h	Thu Oct 06 20:27:54 2011 +0900
+++ b/include/common.h	Sat Oct 08 17:00:33 2011 +0900
@@ -1,5 +1,5 @@
 // Filename   : common.h
-// Last Change: 05-Oct-2011.
+// Last Change: 08-Oct-2011.
 //
 #ifndef __COMMON__
 #define __COMMON__
@@ -13,6 +13,7 @@
 enum {
     // mainframe
     ID_MAIN    = wxID_HIGHEST + 1,
+    ID_TEST,
 
     ID_OPWORK,
     ID_WORKDIR,