mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
f95167e907
Fixes #2503
10 lines
226 B
C
10 lines
226 B
C
#pragma once
|
|
|
|
#include "option.h"
|
|
|
|
bool ffPrintBoard(FFBoardOptions* options);
|
|
void ffInitBoardOptions(FFBoardOptions* options);
|
|
void ffDestroyBoardOptions(FFBoardOptions* options);
|
|
|
|
extern FFModuleBaseInfo ffBoardModuleInfo;
|