summaryrefslogtreecommitdiff
path: root/plugins/mouse/mouseparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mouse/mouseparse.h')
-rw-r--r--plugins/mouse/mouseparse.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/mouse/mouseparse.h b/plugins/mouse/mouseparse.h
new file mode 100644
index 00000000..0d28d59b
--- /dev/null
+++ b/plugins/mouse/mouseparse.h
@@ -0,0 +1,8 @@
+#ifndef __plugins_mouse_mouseparse_h
+#define __plugins_mouse_mouseparse_h
+
+#include "kernel/parse.h"
+
+void mouseparse(ParseToken *token);
+
+#endif