Files
TegraExplorer/source/tegraexplorer/gfx/menu.h
Such Meme, Many Skill abf814686d Change menu around a bit
2020-05-20 02:28:43 +02:00

6 lines
139 B
C

#pragma once
#include "../common/types.h"
#define SCREENMAXOFFSET 39
int menu_make(menu_entry *entries, int amount, const char *toptext);