1 ///////////////////////////////////////////////////////////////////////////////
2 // $Id: CommandFlags.cxx,v 1.1 1995/01/08 06:41:10 bmott Exp $
3 ///////////////////////////////////////////////////////////////////////////////
4 //
5 // CommandFlags.cxx - Flags used between the commands
6 //
7 //
8 // Bradford W. Mott
9 // Copyright (C) 1994
10 // January 2,1994
11 //
12 ///////////////////////////////////////////////////////////////////////////////
13 // $Log: CommandFlags.cxx,v $
14 // Revision 1.1  1995/01/08  06:41:10  bmott
15 // Initial revision
16 //
17 ///////////////////////////////////////////////////////////////////////////////
18 
19 // Flag that indicates if an about is already being displayed
20 int aboutCurrentlyDisplayedFlag = 0;
21 
22 // Flag that indicates if a help window is already being displayed
23 int helpCurrentlyDisplayedFlag = 0;
24 
25