mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
11 lines
391 B
C
11 lines
391 B
C
#pragma once
|
|
|
|
#include "fastfetch.h"
|
|
|
|
bool ffJsonConfigParseModuleArgs(const char* key, yyjson_val* val, FFModuleArgs* moduleArgs);
|
|
const char* ffJsonConfigParseEnum(yyjson_val* val, int* result, FFKeyValuePair pairs[]);
|
|
void ffPrintJsonConfig(bool prepare);
|
|
const char* ffParseGeneralJsonConfig(void);
|
|
const char* ffParseDisplayJsonConfig(void);
|
|
const char* ffParseLibraryJsonConfig(void);
|