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

#include "common/option.h"

typedef struct FFCursorOptions {
    FFModuleArgs moduleArgs;
} FFCursorOptions;

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