mc/edit/usermap.h
Enrico Weigelt, metux IT service 0c97636212 fixed #240
2009-02-04 01:11:56 +01:00

14 lines
196 B
C

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