diff options
Diffstat (limited to 'ping_protocol/menu.h')
-rw-r--r-- | ping_protocol/menu.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ping_protocol/menu.h b/ping_protocol/menu.h new file mode 100644 index 0000000..f302259 --- /dev/null +++ b/ping_protocol/menu.h @@ -0,0 +1,10 @@ +#ifndef _MENU_H
+#define _MENU_H
+
+#include "common.h"
+#include "pinglist.h"
+#include "pinggraph.h"
+
+void InitMenus();
+
+#endif
\ No newline at end of file |