#ifndef _MENU_H
#define _MENU_H

#include "pinglist.h"
#include "pinggraph.h"
#include "utils.h"

void InitMenus();

#endif