Files
fastfetch/src/modules/memory/option.h
T
2024-01-20 14:10:56 +08:00

15 lines
298 B
C

#pragma once
// This file will be included in "fastfetch.h", do NOT put unnecessary things here
#include "common/option.h"
#include "common/percent.h"
typedef struct FFMemoryOptions
{
FFModuleBaseInfo moduleInfo;
FFModuleArgs moduleArgs;
FFPercentConfig percent;
} FFMemoryOptions;