blob: e9dfd716350cc4db6f5b9f8811e3185100069f75 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#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);
|