qmlfrontend/gameconfig.h
author unc0rr
Sun, 24 Dec 2017 00:44:16 +0100
branchqmlfrontend
changeset 12858 0c6fb706f747
child 12859 a03f245243b0
permissions -rw-r--r--
More refactoring in attempt to move away from frontlib

#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