GUI: add default layout
This commit is contained in:
parent
39dee5a343
commit
f6144a3343
3 changed files with 110 additions and 7 deletions
|
|
@ -313,10 +313,13 @@ int main(int argc, char** argv) {
|
|||
g.init();
|
||||
|
||||
g.loop();
|
||||
logI("closing GUI.\n");
|
||||
g.finish();
|
||||
#else
|
||||
logE("GUI requested but GUI not compiled!\n");
|
||||
#endif
|
||||
|
||||
logI("stopping engine.\n");
|
||||
e.quit();
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue