mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2025-01-27 03:33:15 -03:00
be79d64deb
+ fix compile error + move back to top of menus
6 lines
No EOL
136 B
C
6 lines
No EOL
136 B
C
#pragma once
|
|
#include "te.h"
|
|
|
|
int makemenu(menu_item menu[], int menuamount);
|
|
int message(char* message, u32 color);
|
|
void clearscreen(); |