mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
hemirt BabyRage
This commit is contained in:
parent
bb91ec2045
commit
6408bd249c
6
colorscheme.cpp
Normal file
6
colorscheme.cpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include "colorscheme.h"
|
||||
|
||||
ColorScheme::ColorScheme()
|
||||
{
|
||||
|
||||
}
|
11
colorscheme.h
Normal file
11
colorscheme.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef COLORSCHEME_H
|
||||
#define COLORSCHEME_H
|
||||
|
||||
|
||||
class ColorScheme
|
||||
{
|
||||
public:
|
||||
ColorScheme();
|
||||
};
|
||||
|
||||
#endif // COLORSCHEME_H
|
Loading…
Reference in a new issue