GUI: more more more work
error dialog boxes and drawOrders improvements
This commit is contained in:
parent
7f3885d2b1
commit
1cc9b9fe20
4 changed files with 98 additions and 11 deletions
|
|
@ -89,6 +89,7 @@ class DivEngine {
|
|||
std::mutex isBusy;
|
||||
String configPath;
|
||||
String configFile;
|
||||
String lastError;
|
||||
|
||||
short vibTable[64];
|
||||
|
||||
|
|
@ -260,6 +261,9 @@ class DivEngine {
|
|||
// change system
|
||||
void changeSystem(DivSystem which);
|
||||
|
||||
// get last error
|
||||
String getLastError();
|
||||
|
||||
// init dispatch
|
||||
void initDispatch();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue