1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-20 14:03:26 +01:00
TegraExplorer/source/tegraexplorer/gfx.h

8 lines
211 B
C
Raw Normal View History

#pragma once
#include "te.h"
2019-12-01 00:49:36 +00:00
#include "fs.h"
int makemenu(menu_item menu[], int menuamount);
int message(char* message, u32 color);
2019-12-01 00:49:36 +00:00
void clearscreen();
int makefilemenu(fs_entry *files, int amount, char *path);