2 INT
MsgBox(char *msg
, int buttons
, char *title
);
4 char *InputBoxSTR(STRING prompt
, STRING title
, STRING def
);
5 void *LoadPicture(STRING filename
);
7 void DisplayError(char *message
, int error
);
8 void UpdateCaptions(void);
15 void UnloadAddPieces();
19 void UnloadPieceHelp();
21 void MoveObject(int redraw
, OBJECT
*piece
, int x
, int y
);
22 void DrawCircle(int x
, int y
, int r
, int fg
, int fill
, int style
);
23 void DrawLine(int x1
, int y1
, int x2
, int y2
, int color
, char *options
);
24 void StartClockTimer(long millisec
);
25 void ScheduleDelayedEvent(DelayedEventCallback cb
, long millisec
);
27 void MarkMenuItem(char *menuRef
, int mark
);
28 void EnableNamedMenuItem(char *menuRef
, int enable
);
29 void TagsPopUp(char *text
, char *title
);
30 int FileNamePopUpWrapper(