qmlfrontend/gameconfig.cpp
branchqmlfrontend
changeset 12858 0c6fb706f747
child 12859 a03f245243b0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qmlfrontend/gameconfig.cpp	Sun Dec 24 00:44:16 2017 +0100
@@ -0,0 +1,6 @@
+#include "gameconfig.h"
+
+GameConfig::GameConfig(QObject *parent) : QObject(parent)
+{
+
+}