mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2025-02-06 08:45:09 +00:00
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); |