11 lines
120 B
C++
11 lines
120 B
C++
#ifndef COLORSCHEME_H
|
|
#define COLORSCHEME_H
|
|
|
|
|
|
class ColorScheme
|
|
{
|
|
public:
|
|
ColorScheme();
|
|
};
|
|
|
|
#endif // COLORSCHEME_H
|