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

#include "option.h"

#define FF_CUSTOM_MODULE_NAME "Custom"

bool ffPrintCustom(FFCustomOptions* options);
void ffInitCustomOptions(FFCustomOptions* options);
void ffDestroyCustomOptions(FFCustomOptions* options);

extern FFModuleBaseInfo ffCustomModuleInfo;