diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-26 04:25:41 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-26 04:25:41 +0000 |
| commit | edf98ba134dd2209fce1b77aece3217ad97a5027 (patch) | |
| tree | b0c7976fa0a47a3a30488b41a495991b9df1c084 /plugins/mouse/mouserc_parse.h | |
| parent | 72ee5557c2b4d4a9266aa68cbe30d6866589bd1a (diff) | |
parse a mouserc file for mouse bindings
Diffstat (limited to 'plugins/mouse/mouserc_parse.h')
| -rw-r--r-- | plugins/mouse/mouserc_parse.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/mouse/mouserc_parse.h b/plugins/mouse/mouserc_parse.h new file mode 100644 index 00000000..0a924e41 --- /dev/null +++ b/plugins/mouse/mouserc_parse.h @@ -0,0 +1,6 @@ +#ifndef __plugin_mouse_mouserc_parse_h +#define __plugin_mouse_mouserc_parse_h + +void mouserc_parse(); + +#endif |
