Revert "Update package dependency from libwxgtk3.0-dev to libwxgtk3.0-gtk3-dev for...
[ctsim.git] / libctsupport / globalvars.cpp
index d893dbad76587f21b7bac79b3aa332cfd2142b24..71d97a3549d183e995eed1782974cae4f319ea6d 100644 (file)
@@ -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