hemirt BabyRage

This commit is contained in:
fourtf
2016-12-30 19:16:48 +01:00
parent bb91ec2045
commit 6408bd249c
2 changed files with 17 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "colorscheme.h"
ColorScheme::ColorScheme()
{
}
+11
View File
@@ -0,0 +1,11 @@
#ifndef COLORSCHEME_H
#define COLORSCHEME_H
class ColorScheme
{
public:
ColorScheme();
};
#endif // COLORSCHEME_H