mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
9 lines
248 B
C
9 lines
248 B
C
#pragma once
|
|
|
|
#include "common/FFPlatform.h"
|
|
|
|
void ffPlatformInitImpl(FFPlatform* platform);
|
|
|
|
void ffPlatformPathAddAbsolute(FFlist* dirs, const char* path);
|
|
void ffPlatformPathAddHome(FFlist* dirs, const FFPlatform* platform, const char* suffix);
|