Day2 of restructuring/rewriting
This commit is contained in:
6
source/tegraexplorer/fs/fsactions.h
Normal file
6
source/tegraexplorer/fs/fsactions.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include "../../utils/types.h"
|
||||
|
||||
int fsact_copy(const char *locin, const char *locout, u8 options);
|
||||
int fsact_del_recursive(char *path);
|
||||
int fsact_copy_recursive(char *path, char *dstpath);
|
||||
Reference in New Issue
Block a user