41 #ifndef INCLUDED_RUNTIME_MESSAGE_DIALOGS_H 
   42 #define INCLUDED_RUNTIME_MESSAGE_DIALOGS_H 
   54     virtual void MsgBox( 
const char* s ); 
 
   56     virtual void Error( 
const char* s ); 
 
   58     virtual int Question( 
const char* s ); 
 
   60     virtual int Choice( 
const char* b0, 
const char* b1, 
const char* b2, 
const char* s ); 
 
   62     virtual int ChoiceWithDefault( 
const char* b0, 
const char* b1, 
const char* b2, 
const int defaultChoice, 
const char* s ); 
 
   72     bool _messageCurrentlyDisplayed;
 
A file for all GL Studio files to include. 
Definition: runtime_message_dialogs.h:49
Definition: message_dialogs.h:49
The Message functions. Implements Messages to the user in the form of pop-up dialog boxes...
Definition: bmpimage.h:46