11 lines
237 B
C
11 lines
237 B
C
#include "filemenu.h"
|
|
#include "../../err.h"
|
|
#include "../../gfx/menu.h"
|
|
|
|
MenuEntry_t FileMenuEntries[] = {
|
|
// Still have to think up the options
|
|
};
|
|
|
|
void FileMenu(FSEntry_t entry){
|
|
DrawError(newErrCode(TE_ERR_UNIMPLEMENTED));
|
|
}
|