Files
fastfetch/src/modules/cpuusage/option.h
T

12 lines
239 B
C
Raw Normal View History

2023-03-17 17:56:31 +08:00
#pragma once
// This file will be included in "fastfetch.h", do NOT put unnecessary things here
#include "common/option.h"
typedef struct FFCPUUsageOptions
{
const char* moduleName;
FFModuleArgs moduleArgs;
} FFCPUUsageOptions;