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

#include "option.h"

#define FF_COLORS_MODULE_NAME "Colors"

bool ffPrintColors(FFColorsOptions* options);
void ffInitColorsOptions(FFColorsOptions* options);
void ffDestroyColorsOptions(FFColorsOptions* options);

extern FFModuleBaseInfo ffColorsModuleInfo;