sources/main.cpp

changeset 17
50341dec533e
parent 15
33da84af4bba
child 24
e651d02802c0
equal deleted inserted replaced
16:33bac54867bf 17:50341dec533e
71 // stdin is ready, what's incoming? 71 // stdin is ready, what's incoming?
72 Interface::handle_input(); 72 Interface::handle_input();
73 73
74 if (session) 74 if (session)
75 session->tick(); 75 session->tick();
76
77 Interface::render();
76 } 78 }
77 79
78 return EXIT_SUCCESS; 80 return EXIT_SUCCESS;
79 } 81 }

mercurial