1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2025-02-11 03:05:02 +00:00
TegraExplorer/source/fs/readers/folderReader.h

6 lines
151 B
C
Raw Normal View History

#pragma once
#include <utils/types.h>
#include "../../utils/vector.h"
#include "../fstypes.h"
Vector_t /* of type FSEntry_t */ ReadFolder(char *path);