diff options
Diffstat (limited to 'plugins/Ping/menu.h')
-rw-r--r-- | plugins/Ping/menu.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/Ping/menu.h b/plugins/Ping/menu.h new file mode 100644 index 0000000000..e6e1334885 --- /dev/null +++ b/plugins/Ping/menu.h @@ -0,0 +1,10 @@ +#ifndef _MENU_H
+#define _MENU_H
+
+#include "pinglist.h"
+#include "pinggraph.h"
+#include "utils.h"
+
+void InitMenus();
+
+#endif
|