mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-14 16:07:07 +00:00
4 lines
105 B
C
4 lines
105 B
C
|
#pragma once
|
||
|
#include "../common/types.h"
|
||
|
|
||
|
int menu_make(menu_entry *entries, int amount, char *toptext);
|