qmlfrontend/gameconfig.h
branchqmlfrontend
changeset 12858 0c6fb706f747
child 12859 a03f245243b0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qmlfrontend/gameconfig.h	Sun Dec 24 00:44:16 2017 +0100
@@ -0,0 +1,17 @@
+#ifndef GAMECONFIG_H
+#define GAMECONFIG_H
+
+#include <QObject>
+
+class GameConfig : public QObject
+{
+  Q_OBJECT
+public:
+  explicit GameConfig(QObject *parent = nullptr);
+
+signals:
+
+public slots:
+};
+
+#endif // GAMECONFIG_H
\ No newline at end of file