1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-20 05:53:25 +01:00
TegraExplorer/source/tegraexplorer/gfx/menu.h

4 lines
105 B
C
Raw Normal View History

2020-03-17 23:41:09 +00:00
#pragma once
#include "../common/types.h"
int menu_make(menu_entry *entries, int amount, char *toptext);