summaryrefslogtreecommitdiffstats
path: root/src/modules/theme/theme.h
blob: 56ba49c8121fb006891e6f077db8f7e2f780bce3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "option.h"

#define FF_THEME_MODULE_NAME "Theme"

bool ffPrintTheme(FFThemeOptions* options);
void ffInitThemeOptions(FFThemeOptions* options);
void ffDestroyThemeOptions(FFThemeOptions* options);

extern FFModuleBaseInfo ffThemeModuleInfo;