mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2025-01-03 23:36:16 +00:00
4 lines
96 B
C
4 lines
96 B
C
|
#pragma once
|
||
|
|
||
|
typedef int (*folderMenuPath)(const char *path);
|
||
|
int FolderMenu(const char *path);
|