girara
|
00001 /* See LICENSE file for license and copyright information */ 00002 00003 #ifndef GIRARA_H 00004 #define GIRARA_H 00005 00006 #include "types.h" 00007 #include "session.h" 00008 #include "utils.h" 00009 #include "datastructures.h" 00010 #include "settings.h" 00011 #include "completion.h" 00012 #include "tabs.h" 00013 #include "config.h" 00014 #include "statusbar.h" 00015 #include "shortcuts.h" 00016 #include "commands.h" 00017 #include "callbacks.h" 00018 00019 #endif