r1231: configure.in
[ctsim.git] / include / ctglobals.h
index 26c96db139735543d54127459587019c1c249ef3..4c9b7240008d8d478591e50f351fb287a113426b 100644 (file)
@@ -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.1 2001/01/12 16:41:56 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
 #define __CTGLOBALS_H
 
 #ifdef HAVE_WXWINDOWS
-extern bool g_bRunningWXWindows;   // variable defined in syserror.cpp
+class CTSimApp;
+extern CTSimApp* theApp;
 #endif
 
+extern bool g_bRunningWXWindows;   // variable defined in syserror.cpp
+
 #endif