TegraExplorer/source/tegraexplorer/gfx/menu.h

4 lines
111 B
C
Raw Normal View History

2020-03-18 00:41:09 +01:00
#pragma once
#include "../common/types.h"
2020-05-04 13:55:26 +02:00
int menu_make(menu_entry *entries, int amount, const char *toptext);