X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fctsim.h;h=c013a34df4a4b8f56eadbac2e0c195be7c58fd28;hb=711cae0ee02e046370fdb4d6c6f440596ff71980;hp=bbba38edd0e446b82fc219b3df303d98517c67e4;hpb=e4c1f7f8eb87558c3abf3bf1d20732361f425351;p=ctsim.git diff --git a/src/ctsim.h b/src/ctsim.h index bbba38e..c013a34 100644 --- a/src/ctsim.h +++ b/src/ctsim.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctsim.h,v 1.2 2000/07/15 08:36:13 kevin Exp $ +** $Id: ctsim.h,v 1.4 2000/07/23 01:49:03 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -29,6 +29,12 @@ #define __CTSIMH__ #include "wx/docview.h" +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif +#ifdef HAVE_DMALLOC +#include +#endif // Define a new frame class MainFrame: public wxDocParentFrame @@ -75,7 +81,7 @@ private: static struct option ctsimOptions[]; - enum { O_HELP }; + enum { O_HELP, O_VERSION }; }; DECLARE_APP(CTSimApp) @@ -93,6 +99,7 @@ enum { PHMMENU_FILE_PROPERTIES, PJMENU_PROCESS_RECONSTRUCT, IFMENU_VIEW_WINDOW_AUTO, + IFMENU_VIEW_WINDOW_MINMAX, PHMMENU_PROCESS_RASTERIZE, PHMMENU_PROCESS_PROJECTIONS, };