mirror of
https://github.com/LibreSplit/LibreSplit.git
synced 2026-04-27 22:30:30 +00:00
This should allow for plugins to refer to LibreSplit's functions without having to pull in half of the codebase.
5 lines
147 B
C
5 lines
147 B
C
#pragma once
|
|
|
|
void get_libresplit_data_folder_path(char* out_path);
|
|
void get_libresplit_folder_path(char* out_path);
|
|
void check_directories(void);
|