mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 18:33:09 -05:00
Add a theme factory to YACReaderLibrary and theme the comic vine dialog
This commit is contained in:
9
YACReaderLibrary/themes/theme_factory.h
Normal file
9
YACReaderLibrary/themes/theme_factory.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef THEME_FACTORY_H
|
||||
#define THEME_FACTORY_H
|
||||
|
||||
#include "theme.h"
|
||||
#include "theme_id.h"
|
||||
|
||||
Theme makeTheme(ThemeId themeId);
|
||||
|
||||
#endif // THEME_FACTORY_H
|
||||
Reference in New Issue
Block a user