X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fnographics.h;h=1ab6d6b887257c56f0d7ee7b156575444f79f699;hb=bcc0f3056ec84efcef9559f23b5513f7ed61f9c3;hp=41413c7ed5363335da778baf831f79c62d4fabf9;hpb=728e9fcbe0b785e56e7dcd2bd305786c647050af;p=ctsim.git diff --git a/include/nographics.h b/include/nographics.h index 41413c7..1ab6d6b 100644 --- a/include/nographics.h +++ b/include/nographics.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: nographics.h,v 1.1 2001/03/29 21:25:49 kevin Exp $ +** $Id: nographics.h,v 1.3 2001/03/30 19:32:53 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 @@ -28,6 +28,8 @@ #ifndef __NOGRAPHICS_H_ #define __NOGRAPHICS_H_ +#include + #ifdef __GNUG__ #pragma interface "nographics.h" #endif @@ -35,10 +37,12 @@ #ifdef HAVE_WXWINDOWS class EZPlot; class wxWindow; +class wxEZPlotDialog; + class EZPlotDialog { private: - void* m_pDummy; + wxEZPlotDialog* m_pDialog; public: EZPlotDialog (wxWindow *parent = NULL, bool bCancelButton = false);