r418: no message
[ctsim.git] / include / ctglobals.h
index 26c96db139735543d54127459587019c1c249ef3..4ba0fd8ce492803c2e21dd5b88d70f441d9cd592 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  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.3 2001/01/18 21:30:22 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
+class CTSimApp;
 extern bool g_bRunningWXWindows;   // variable defined in syserror.cpp
+extern CTSimApp* theApp;
+
 #endif
 
 #endif