X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fctglobals.h;h=4c9b7240008d8d478591e50f351fb287a113426b;hb=b68175983375191c7f302a140c8cab8151a3d628;hp=4ba0fd8ce492803c2e21dd5b88d70f441d9cd592;hpb=3195acb0c7c6e7a660fe27eb653a0aca56e91024;p=ctsim.git diff --git a/include/ctglobals.h b/include/ctglobals.h index 4ba0fd8..4c9b724 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.3 2001/01/18 21:30:22 kevin Exp $ +** $Id: ctglobals.h,v 1.5 2001/11/22 16:43:26 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 @@ -31,9 +31,9 @@ #ifdef HAVE_WXWINDOWS class CTSimApp; -extern bool g_bRunningWXWindows; // variable defined in syserror.cpp extern CTSimApp* theApp; - #endif +extern bool g_bRunningWXWindows; // variable defined in syserror.cpp + #endif