4ba0fd8ce492803c2e21dd5b88d70f441d9cd592
[ctsim.git] / include / ctglobals.h
1 /*****************************************************************************
2 ** FILE IDENTIFICATION
3 **
4 **      Name:           ctglobals.h
5 **  Purpose:      Global variables for CTSim
6 **      Programmer:   Kevin Rosenberg
7 **      Date Started: Jan 20001
8 **
9 **  This is part of the CTSim program
10 **  Copyright (C) 1983-2001 Kevin Rosenberg
11 **
12 **  $Id: ctglobals.h,v 1.3 2001/01/18 21:30:22 kevin Exp $
13 **
14 **  This program is free software; you can redistribute it and/or modify
15 **  it under the terms of the GNU General Public License (version 2) as
16 **  published by the Free Software Foundation.
17 **
18 **  This program is distributed in the hope that it will be useful,
19 **  but WITHOUT ANY WARRANTY; without even the implied warranty of
20 **  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21 **  GNU General Public License for more details.
22 **
23 **  You should have received a copy of the GNU General Public License
24 **  along with this program; if not, write to the Free Software
25 **  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
26 ******************************************************************************/
27
28
29 #ifndef __CTGLOBALS_H
30 #define __CTGLOBALS_H
31
32 #ifdef HAVE_WXWINDOWS
33 class CTSimApp;
34 extern bool g_bRunningWXWindows;   // variable defined in syserror.cpp
35 extern CTSimApp* theApp;
36
37 #endif
38
39 #endif