Reworked the gui to use GUECS now so lots of code soon to die.
This commit is contained in:
parent
e78340a0cd
commit
70c2ce7d51
9 changed files with 97 additions and 38 deletions
1
main.cpp
1
main.cpp
|
@ -19,6 +19,7 @@ int main()
|
|||
while(backend.is_open()) {
|
||||
builder.event(BuildEvent::GO);
|
||||
gui.main_loop();
|
||||
backend.window.display();
|
||||
}
|
||||
|
||||
builder.event(BuildEvent::QUIT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue