mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
12 lines
239 B
C
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 FFCPUUsageOptions
|
|
{
|
|
const char* moduleName;
|
|
FFModuleArgs moduleArgs;
|
|
} FFCPUUsageOptions;
|