mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
10 lines
239 B
C
10 lines
239 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "fastfetch.h"
|
||
|
|
|
||
|
|
#define FF_MONITOR_MODULE_NAME "Monitor"
|
||
|
|
|
||
|
|
void ffPrintMonitor(FFMonitorOptions* options);
|
||
|
|
void ffInitMonitorOptions(FFMonitorOptions* options);
|
||
|
|
void ffDestroyMonitorOptions(FFMonitorOptions* options);
|