X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.h;h=6185d8639ed1a09ea960c1d2ba9a21a42aa68f39;hp=c240096c80db8082419bcbc5c53cd32e19ba4d95;hb=1e88cf0f7fa4f690ea9f110e8ed3f2b5338d0a10;hpb=4b18b0a7fed4e25130c6edf7929d0df50b8c24ea diff --git a/src/ctsim.h b/src/ctsim.h index c240096..6185d86 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.3 2000/07/18 03:14:35 kevin Exp $ +** $Id: ctsim.h,v 1.5 2000/08/25 15:59:13 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) @@ -92,8 +98,8 @@ enum { PJMENU_FILE_PROPERTIES, PHMMENU_FILE_PROPERTIES, PJMENU_PROCESS_RECONSTRUCT, - IFMENU_VIEW_WINDOW_AUTO, - IFMENU_VIEW_WINDOW_MINMAX, + IFMENU_VIEW_SCALE_AUTO, + IFMENU_VIEW_SCALE_MINMAX, PHMMENU_PROCESS_RASTERIZE, PHMMENU_PROCESS_PROJECTIONS, };