X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fctsim.h;h=c013a34df4a4b8f56eadbac2e0c195be7c58fd28;hb=c4af77faf7f216b936f0782e918634d34980c63f;hp=c240096c80db8082419bcbc5c53cd32e19ba4d95;hpb=73d188fc0cf01163d61ecb0662b8a16a44b57eab;p=ctsim.git diff --git a/src/ctsim.h b/src/ctsim.h index c240096..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.3 2000/07/18 03:14:35 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)