mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 21:21:50 +00:00
6 lines
No EOL
139 B
C
6 lines
No EOL
139 B
C
#pragma once
|
|
#include "../common/types.h"
|
|
|
|
#define SCREENMAXOFFSET 39
|
|
|
|
int menu_make(menu_entry *entries, int amount, const char *toptext); |