mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 10:22:58 -05:00
8 lines
70 B
C
8 lines
70 B
C
#ifndef THEME_H
|
|
#define THEME_H
|
|
|
|
struct Theme {
|
|
};
|
|
|
|
#endif // THEME_H
|