mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
8 lines
70 B
C
8 lines
70 B
C
#ifndef THEME_H
|
|
#define THEME_H
|
|
|
|
struct Theme {
|
|
};
|
|
|
|
#endif // THEME_H
|