1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-10 06:02:01 +00:00
TegraExplorer/source/tegraexplorer/gfx/menu.h

6 lines
139 B
C
Raw Normal View History

2020-03-17 23:41:09 +00:00
#pragma once
#include "../common/types.h"
2020-05-20 01:28:43 +01:00
#define SCREENMAXOFFSET 39
2020-05-04 12:55:26 +01:00
int menu_make(menu_entry *entries, int amount, const char *toptext);