This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
MyGameFramework/lib/gwen/gwen_controls.h
Gered c5cdddbeaa initial commit
current versions of all of my basic framework sources, build configurations/scripts, and supporting assets
2013-01-31 12:53:05 -05:00

36 lines
1 KiB
C

#pragma once
#ifndef GWEN_CONTROLS_H
#define GWEN_CONTROLS_H
#include "controls/gwen_button.h"
#include "controls/gwen_dockbase.h"
#include "controls/gwen_fieldlabel.h"
#include "controls/gwen_groupbox.h"
#include "controls/gwen_imagepanel.h"
#include "controls/gwen_listbox.h"
#include "controls/gwen_propertytree.h"
#include "controls/property/gwen_checkbox.h"
#include "controls/property/gwen_colorselector.h"
#include "controls/property/gwen_text.h"
#include "controls/property/gwen_combobox.h"
#include "controls/gwen_statusbar.h"
#include "controls/gwen_tabcontrol.h"
#include "controls/gwen_text.h"
#include "controls/gwen_textbox.h"
#include "controls/gwen_windowcanvas.h"
#include "controls/gwen_menustrip.h"
#include "controls/gwen_toolbar.h"
#include "controls/gwen_splitters.h"
#include "controls/gwen_pagecontrol.h"
#include "controls/gwen_progressbar.h"
#include "controls/gwen_labelclickable.h"
#include "controls/gwen_rectangle.h"
#include "gwen_anim.h"
#include "controls/layout/gwen_position.h"
#include "controls/layout/gwen_tile.h"
#endif