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

#include "common/option.h"

typedef struct FFIconsOptions {
    FFModuleArgs moduleArgs;
} FFIconsOptions;

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