Initial Commit
This commit is contained in:
7
TegraExplorer/source/fs/readers/folderReader.h
Normal file
7
TegraExplorer/source/fs/readers/folderReader.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include <utils/types.h>
|
||||
#include "../../utils/vector.h"
|
||||
#include "../fstypes.h"
|
||||
|
||||
void clearFileVector(Vector_t *v);
|
||||
Vector_t /* of type FSEntry_t */ ReadFolder(const char *path, int *res);
|
||||
Reference in New Issue
Block a user