This commit is contained in:
fourtf
2017-01-05 20:49:13 +01:00
parent 2057611011
commit a8006cf68c
2 changed files with 17 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef APPSETTINGS_H
#define APPSETTINGS_H
class AppSettings
{
public:
AppSettings();
};
#endif // APPSETTINGS_H