From 900db627ce9c01ca62101d910b20ba926c9e694e Mon Sep 17 00:00:00 2001 From: edgar Date: Thu, 14 Nov 2019 15:11:10 +0100 Subject: [PATCH] =?UTF-8?q?Aufger=C3=A4umter=20GUI-Code.=20Klassen=20wurde?= =?UTF-8?q?n=20in=20eigene=20cpp-Dateien=20ausgelagert.=20GUI.hpp=20wurde?= =?UTF-8?q?=20implementiert.=20Klasseninitialisierung=20wurde=20in=20init.?= =?UTF-8?q?cpp=20ausgelagert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/main.cpp b/main/main.cpp index 15c92c4..5eac64c 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -3,7 +3,7 @@ /** main * The main function executes the functions of the GUI. */ - + int main(int argc, char **argv) { GUI_init(); GUI_run();