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

#include "common/option.h"

typedef struct FFCustomOptions {
    FFModuleArgs moduleArgs;
} FFCustomOptions;

static_assert(sizeof(FFCustomOptions) <= FF_OPTION_MAX_SIZE, "FFCustomOptions size exceeds maximum allowed size");