mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
5898c861ec
Also implement the current folder menu
7 lines
No EOL
202 B
C
7 lines
No EOL
202 B
C
#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); |