#ifndef __COMMON_H__ #define __COMMON_H__ typedef struct statusbar_s stats_data; #define EOL "
" #define EOL_LEN 5 #define REL1_X 0.25f #define REL1_Y 0.25f #define REL2_X 0.75f #define REL2_Y 0.75f #include "menu.h" #include "statusbar.h" #include "config_data.h" #include "globals.h" #include "tools.h" #include "base_gui.h" #include "search.h" #include "goto.h" #include "newfile.h" #include "setting.h" #include "live_edit.h" #include "console.h" #endif