1
1
mc/edit/usermap.h

14 строки
196 B
C
Исходник Обычный вид История

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