Files
bakatui/src/main_menu.h
T

7 lines
80 B
C

// header guard
#ifndef _ba_mm_hg_
#define _ba_mm_hg_
void main_menu();
#endif