Files
fastfetch/src/modules/datetime/option.h
T
李通洲 da81111575 DateTime: init support of JSON config
Redundant modules `Date` and `Time` are removed
2023-06-10 09:15:15 +08:00

12 lines
239 B
C

#pragma once
// This file will be included in "fastfetch.h", do NOT put unnecessary things here
#include "common/option.h"
typedef struct FFDateTimeOptions
{
const char* moduleName;
FFModuleArgs moduleArgs;
} FFDateTimeOptions;