6 lines
141 B
C
6 lines
141 B
C
#pragma once
|
|
#include "../fstypes.h"
|
|
|
|
typedef void (*fileMenuPath)(char *path, FSEntry_t entry);
|
|
|
|
void FileMenu(char *path, FSEntry_t entry); |