00001 #ifndef GUI_CTRL_H 00002 #define GUI_CTRL_H 00003 00015 #include "animationSurface.h" 00016 #include "viewComponent.h" 00017 #include "comboBoxComponent.h" 00018 #include "textInputComponent.h" 00019 #include "searchTTF.h" 00020 #include "scrollAreaComponent.h" 00021 00022 using namespace VXV; 00023 00024 #endif /* !GUI_CTRL_H */ 00025