4 lines
96 B
C
4 lines
96 B
C
#pragma once
|
|
|
|
typedef int (*folderMenuPath)(const char *path);
|
|
int FolderMenu(const char *path); |