#ifndef root_Classes_H #define root_Classes_H // Includes all root-using application elements. By listing them all here, // allows to only have this header into the root_Linkdef.h build step CINT // command line. // GSO (Graphics Server Object) #include "gso_Button.h" #include "gso_Palette.h" #include "gso_Map2D.h" // GUI (Graphics User Interface) #include "gui_Const.h" #include "gui_Object.h" #include "gui_Main.h" //#include "gui_Form.h" #include "gui_Button.h" #include "gui_CoolButton.h" #include "gui_Led.h" #include "gui_Numeric.h" #include "gui_Canvas.h" #include "gui_Label.h" #include "gui_Combo.h" #include "gui_Text.h" #include "gui_Check.h" #include "gui_Icon.h" #include "gui_Menu.h" #include "gui_Map.h" // Data type #include "data_Object.h" #endif