mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
6 lines
No EOL
141 B
C
6 lines
No EOL
141 B
C
#pragma once
|
|
#include "../fstypes.h"
|
|
|
|
typedef void (*fileMenuPath)(char *path, FSEntry_t entry);
|
|
|
|
void FileMenu(char *path, FSEntry_t entry); |