1 2 3 4 5 6 7 8 9 10
#ifndef _MENU_H #define _MENU_H #include "pinglist.h" #include "pinggraph.h" #include "utils.h" void InitMenus(); #endif