/* GUI Inclusion file by Gustav Larsson gee@pyro.nu --Overview-- Include this file and it will include the whole GUI. --More info-- Check TDD for GUI Engine Documentation */ #ifndef GUI_H #define GUI_H //-------------------------------------------------------- // Includes //-------------------------------------------------------- #include #include #include #include #include "Pyrogenesis.h" #include "CStr.h" #include "lib/types.h" #include "ogl.h" #include "GUIbase.h" #include "GUIutil.h" #include "GUItext.h" #include "CGUIList.h" #include "IGUIObject.h" #include "IGUIButtonBehavior.h" #include "IGUIScrollBarOwner.h" #include "IGUITextOwner.h" #include "IGUIScrollBar.h" #include "CGUIScrollBarVertical.h" #include "CGUI.h" #endif