GUI: add option to add more systems
This commit is contained in:
parent
e961cf79ca
commit
c43cc0ae80
3 changed files with 53 additions and 4 deletions
|
|
@ -402,10 +402,10 @@ class DivEngine {
|
|||
void changeSystem(int index, DivSystem which);
|
||||
|
||||
// add system
|
||||
void addSystem(DivSystem which);
|
||||
bool addSystem(DivSystem which);
|
||||
|
||||
// remove system
|
||||
void removeSystem(int index);
|
||||
bool removeSystem(int index);
|
||||
|
||||
// get last error
|
||||
String getLastError();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue