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
colorscheme.cpp Normal file
View file

@ -0,0 +1,6 @@
#include "colorscheme.h"
ColorScheme::ColorScheme()
{
}

11
colorscheme.h Normal file
View file

@ -0,0 +1,11 @@
#ifndef COLORSCHEME_H
#define COLORSCHEME_H
class ColorScheme
{
public:
ColorScheme();
};
#endif // COLORSCHEME_H