mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
13 lines
430 B
C
13 lines
430 B
C
#pragma once
|
|
|
|
#include "fastfetch.h"
|
|
#include <yyjson.h>
|
|
|
|
#define FF_ICONS_MODULE_NAME "Icons"
|
|
|
|
void ffPrintIcons(FFinstance* instance, FFIconsOptions* options);
|
|
void ffInitIconsOptions(FFIconsOptions* options);
|
|
bool ffParseIconsCommandOptions(FFIconsOptions* options, const char* key, const char* value);
|
|
void ffDestroyIconsOptions(FFIconsOptions* options);
|
|
void ffParseIconsJsonObject(FFinstance* instance, yyjson_val* module);
|