mc/edit/usermap.h
2009-02-02 05:07:56 +01:00

14 lines
198 B
C

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