Mess with the design a bit, prep for folder menu
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
#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