X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fctglobals.h;h=461577445013be34784c1531489620140b9c08fb;hb=06066d9192936b4c4cc69847cd4c1f5aa7017829;hp=4e0da2e39186fcdeb41600ccfa33498a1611d830;hpb=c70eb596eeeeda21f872065d9e11a67996394626;p=ctsim.git diff --git a/include/ctglobals.h b/include/ctglobals.h index 4e0da2e..4615774 100644 --- a/include/ctglobals.h +++ b/include/ctglobals.h @@ -1,15 +1,15 @@ /***************************************************************************** ** FILE IDENTIFICATION ** -** Name: ctglobals.h -** Purpose: Global variables for CTSim +** Name: ctglobals.h +** Purpose: Global variables for CTSim ** Programmer: Kevin Rosenberg ** Date Started: Jan 20001 ** ** This is part of the CTSim program -** Copyright (C) 1983-2001 Kevin Rosenberg +** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: ctglobals.h,v 1.2 2001/01/13 03:51:35 kevin Exp $ +** $Id: ctglobals.h,v 1.6 2002/05/05 10:54:34 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,12 +29,6 @@ #ifndef __CTGLOBALS_H #define __CTGLOBALS_H -#ifdef HAVE_WXWINDOWS -#include "../src/ctsim.h" -class CTSimApp; extern bool g_bRunningWXWindows; // variable defined in syserror.cpp -extern CTSimApp* theApp; - -#endif #endif