mc/edit/usermap.h

14 lines
196 B
C
Raw Normal View History

#ifndef MC_USERMAP_H
#define MC_USERMAP_H
2009-02-03 20:21:16 +03:00
#include <stdbool.h>
#define MC_USERMAP ".mc/cedit/cooledit.bindings"
#include "edit.h"
/* load user map */
bool edit_load_user_map(WEdit *);
#endif