mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 21:21:50 +00:00
1a931b0256
and prepare for file menu more and fix that you can't go left right when going up down
11 lines
No EOL
237 B
C
11 lines
No EOL
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));
|
|
}
|