41 #ifndef INCLUDED_MESSAGE_H 
   42 #define INCLUDED_MESSAGE_H 
   46 #if defined( GLS_EDITOR_CODE ) && !defined( ALLOW_EDITOR_CODE_TO_USE_MESSAGE_H ) 
   47 #error "Editor code should not include message.h which uses FLTK. Use editor_message.h instead." 
   55 DISTI_EXPORT 
void SetMessageDialogs(MessageDialogs* dlgs);
 
   59 DISTI_EXPORT 
bool AreDialogsEnabled();
 
   69 DISTI_EXPORT 
void MsgBox(
const char* s, ...);
 
   75 DISTI_EXPORT 
void Error(
const char* s, ...);
 
   89 DISTI_EXPORT 
int Question(
const char* s, ...);
 
  101 DISTI_EXPORT 
int Choice(
const char* b0, 
const char* b1, 
const char* b2, 
const char* s, ...);
 
  114 DISTI_EXPORT 
int ChoiceWithDefault(
const char* b0, 
const char* b1, 
const char* b2, 
const int defaultChoice, 
const char* s, ...);
 
void PopupsUseCommandLine(bool)
int Question(const char *s,...)
void MsgBox(const char *s,...)
A file for all GL Studio files to include. 
void Error(const char *s,...)
A file for all GL Studio files to include. 
int ChoiceWithDefault(const char *b0, const char *b1, const char *b2, const int defaultChoice, const char *s,...)
int Choice(const char *b0, const char *b1, const char *b2, const char *s,...)
void Error_NoVarArg(const char *s)
Definition: bmpimage.h:46