Start of rewrite
Based on lockpick_rcm 1.9.0
This commit is contained in:
6
source/fs/fsutils.h
Normal file
6
source/fs/fsutils.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include <utils/types.h>
|
||||
|
||||
u64 GetFileSize(char *path);
|
||||
char *EscapeFolder(char *current);
|
||||
char *CombinePaths(const char *current, const char *add);
|
||||
Reference in New Issue
Block a user