#ifndef _MENU_H #define _MENU_H #include "common.h" #include "pinglist.h" #include "pinggraph.h" void InitMenus(); #endif