X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsupport%2Fglobalvars.cpp;h=71d97a3549d183e995eed1782974cae4f319ea6d;hp=d893dbad76587f21b7bac79b3aa332cfd2142b24;hb=f13a8c004b8f182b42d9e4df2bcd7c7f030bf1ad;hpb=c06595af2aec45b33ad8b731ea5775ac72b42d1d diff --git a/libctsupport/globalvars.cpp b/libctsupport/globalvars.cpp index d893dba..71d97a3 100644 --- a/libctsupport/globalvars.cpp +++ b/libctsupport/globalvars.cpp @@ -1,15 +1,13 @@ /***************************************************************************** ** FILE IDENTIFICATION ** -** Name: globalvars.cpp +** Name: globalvars.cpp ** Purpose: Global variables -** Programmer: Kevin Rosenberg -** Date Started: Jan 2001 +** Programmer: Kevin Rosenberg +** Date Started: Jan 2001 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id: globalvars.cpp,v 1.1 2002/05/05 10:13:13 kevin Exp $ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 @@ -32,7 +30,7 @@ #include "../src/ctsim.h" bool g_bRunningWXWindows = false; -class CTSimApp* theApp = NULL; +CTSimApp* theApp = NULL; #endif