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

#include "option.h"

#define FF_WMTHEME_MODULE_NAME "WMTheme"

bool ffPrintWMTheme(FFWMThemeOptions* options);
void ffInitWMThemeOptions(FFWMThemeOptions* options);
void ffDestroyWMThemeOptions(FFWMThemeOptions* options);

extern FFModuleBaseInfo ffWMThemeModuleInfo;