1
1
mc/edit/usermap.h

14 строки
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