mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
10 lines
152 B
C
10 lines
152 B
C
#ifndef THEME_FACTORY_H
|
|
#define THEME_FACTORY_H
|
|
|
|
#include "theme.h"
|
|
#include "theme_id.h"
|
|
|
|
Theme makeTheme(ThemeId themeId);
|
|
|
|
#endif // THEME_FACTORY_H
|