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:
edgar 2019-11-14 15:11:10 +01:00
parent 15b5d042ed
commit 900db627ce
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
/** main
* The main function executes the functions of the GUI.
*/
int main(int argc, char **argv) {
GUI_init();
GUI_run();