mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
f95167e907
Fixes #2503
12 lines
274 B
C
12 lines
274 B
C
#pragma once
|
|
|
|
#include "option.h"
|
|
|
|
void ffPrepareCPUUsage();
|
|
|
|
bool ffPrintCPUUsage(FFCPUUsageOptions* options);
|
|
void ffInitCPUUsageOptions(FFCPUUsageOptions* options);
|
|
void ffDestroyCPUUsageOptions(FFCPUUsageOptions* options);
|
|
|
|
extern FFModuleBaseInfo ffCPUUsageModuleInfo;
|