mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 12:25:30 +00:00
Linux implementation. Include changes for gcc x64.
This commit is contained in:
parent
4e52824a42
commit
4e9034854d
56 changed files with 1108 additions and 3075 deletions
|
|
@ -83,6 +83,7 @@ class XMessageBox
|
|||
static const int OK = 1;
|
||||
static const int Cancel = 2;
|
||||
static const int Retry = 3;
|
||||
static const int IgnoreAll = 4;
|
||||
|
||||
XMessageBox(Display* display);
|
||||
~XMessageBox();
|
||||
|
|
@ -90,6 +91,7 @@ class XMessageBox
|
|||
int alertOK(const char *windowTitle, const char *message);
|
||||
int alertOKCancel(const char *windowTitle, const char *message);
|
||||
int alertRetryCancel(const char *windowTitle, const char *message);
|
||||
int alertAssert(const char *windowTitle, const char *message);
|
||||
private:
|
||||
int show();
|
||||
void repaint();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue