#ifndef MC_USERMAP_H #define MC_USERMAP_H #include #define MC_USERMAP ".mc/cedit/cooledit.bindings" #include "edit.h" /* load user map */ bool edit_load_user_map(WEdit *); #endif