Aufgeräumter GUI-Code. Klassen wurden in eigene
cpp-Dateien ausgelagert. GUI.hpp wurde implementiert. Klasseninitialisierung wurde in init.cpp ausgelagert.
This commit is contained in:
parent
15b5d042ed
commit
900db627ce
@ -3,7 +3,7 @@
|
|||||||
/** main
|
/** main
|
||||||
* The main function executes the functions of the GUI.
|
* The main function executes the functions of the GUI.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
GUI_init();
|
GUI_init();
|
||||||
GUI_run();
|
GUI_run();
|
||||||
|
Loading…
Reference in New Issue
Block a user