aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_mk.c
blob: 2af501b512b7ed3bcf365bfb5b464f4a254dbbaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * This file is subject to the terms of the GFX License. If a copy of
 * the license was not distributed with this file, you can obtain one at:
 *
 *              http://ugfx.org/license.html
 */

#include "gwin.c"
#include "gwin_widget.c"
#include "gwin_wm.c"
#include "gwin_console.c"
#include "gwin_graph.c"
#include "gwin_button.c"
#include "gwin_slider.c"
#include "gwin_checkbox.c"
#include "gwin_image.c"
#include "gwin_label.c"
#include "gwin_radio.c"
#include "gwin_list.c"
#include "gwin_progressbar.c"
#include "gwin_container.c"
#include "gwin_frame.c"
#include "gwin_tabset.c"
#include "gwin_gl3d.c"
#include "gwin_keyboard.c"
#include "gwin_keyboard_layout.c"
#include "gwin_textedit.c"