mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-10 06:02:01 +00:00
8 lines
No EOL
211 B
C
8 lines
No EOL
211 B
C
#pragma once
|
|
#include "te.h"
|
|
#include "fs.h"
|
|
|
|
int makemenu(menu_item menu[], int menuamount);
|
|
int message(char* message, u32 color);
|
|
void clearscreen();
|
|
int makefilemenu(fs_entry *files, int amount, char *path); |