/////////////////////////////////////////////////////////////////////////////// // $Id: CommandFlags.hxx,v 1.1 1995/01/08 06:41:18 bmott Exp $ /////////////////////////////////////////////////////////////////////////////// // // CommandFlags.hxx - Flags used between the commands // // // Bradford W. Mott // Copyright (C) 1994 // January 2,1994 // /////////////////////////////////////////////////////////////////////////////// // $Log: CommandFlags.hxx,v $ // Revision 1.1 1995/01/08 06:41:18 bmott // Initial revision // /////////////////////////////////////////////////////////////////////////////// // Flag that indicates if an about is already being displayed extern int aboutCurrentlyDisplayedFlag; // Flag that indicates if a help window is already being displayed extern int helpCurrentlyDisplayedFlag;