2005-07-20 15:56:30 +04:00
|
|
|
#ifndef MC_USERMAP_H
|
|
|
|
#define MC_USERMAP_H
|
|
|
|
|
2009-02-06 01:09:37 +03:00
|
|
|
#include <mhl/types.h>
|
2009-02-02 07:07:56 +03:00
|
|
|
|
2005-07-20 15:56:30 +04:00
|
|
|
#define MC_USERMAP ".mc/cedit/cooledit.bindings"
|
|
|
|
|
|
|
|
#include "edit.h"
|
|
|
|
|
|
|
|
/* load user map */
|
2009-02-02 07:07:56 +03:00
|
|
|
bool edit_load_user_map(WEdit *);
|
2005-07-20 15:56:30 +04:00
|
|
|
|
|
|
|
#endif
|