1 
   2 
   3 
   4 
   5 
   6 #ifndef IMAGES_H
   7 #define IMAGES_H
   8 
   9 #ifdef __cplusplus
  10 extern "C" {
  11 #endif
  12 
  13 extern const char *xpm_load[];
  14 extern const char *xpm_save[];
  15 extern const char *xpm_back[];
  16 extern const char *xpm_tree_view[];
  17 extern const char *xpm_single_view[];
  18 extern const char *xpm_split_view[];
  19 extern const char *xpm_symbol_no[];
  20 extern const char *xpm_symbol_mod[];
  21 extern const char *xpm_symbol_yes[];
  22 extern const char *xpm_choice_no[];
  23 extern const char *xpm_choice_yes[];
  24 extern const char *xpm_menu[];
  25 extern const char *xpm_menu_inv[];
  26 extern const char *xpm_menuback[];
  27 extern const char *xpm_void[];
  28 
  29 #ifdef __cplusplus
  30 }
  31 #endif
  32 
  33 #endif