Start of rewrite
Based on lockpick_rcm 1.9.0
This commit is contained in:
9
source/fs/menus/explorer.h
Normal file
9
source/fs/menus/explorer.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include "../../utils/vector.h"
|
||||
|
||||
typedef struct {
|
||||
char *curPath;
|
||||
Vector_t *files;
|
||||
} ExplorerCtx_t;
|
||||
|
||||
void FileExplorer(char *path);
|
||||
Reference in New Issue
Block a user