Files
fastfetch/src/modules/cpu/option.h
T
李通洲 c888254f70 Modules: major code refactor
Also fix some bugs found when refactoring
2023-08-17 16:10:02 +08:00

14 lines
250 B
C

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