hemirt BabyRage
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
#include "colorscheme.h"
|
||||||
|
|
||||||
|
ColorScheme::ColorScheme()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
#ifndef COLORSCHEME_H
|
||||||
|
#define COLORSCHEME_H
|
||||||
|
|
||||||
|
|
||||||
|
class ColorScheme
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
ColorScheme();
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // COLORSCHEME_H
|
||||||
Reference in New Issue
Block a user