mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 10:22:58 -05: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
|