1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-20 05:53:25 +01:00
TegraExplorer/source/fs/readers/folderReader.h

7 lines
202 B
C
Raw Normal View History

#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);