mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 10:50:04 -05:00
Add the Theme struct to both projects
This commit is contained in:
7
YACReaderLibrary/themes/theme.h
Normal file
7
YACReaderLibrary/themes/theme.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef THEME_H
|
||||
#define THEME_H
|
||||
|
||||
struct Theme {
|
||||
};
|
||||
|
||||
#endif // THEME_H
|
||||
Reference in New Issue
Block a user