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

#include "option.h"

#define FF_DE_MODULE_NAME "DE"

bool ffPrintDE(FFDEOptions* options);
void ffInitDEOptions(FFDEOptions* options);
void ffDestroyDEOptions(FFDEOptions* options);

extern FFModuleBaseInfo ffDEModuleInfo;