Iridescence
1.00
Embedded Graphic Framework
Loading...
Searching...
No Matches
iridescence.h
1
/* Copyright (C) 2017 - 2024, Thornwave Labs Inc - All Rights Reserved.
2
* Unauthorized copying of this file, via any medium is strictly prohibited.
3
* Proprietary and confidential.
4
* Written by Razvan Turiac <razvan.turiac@thornwave.com>
5
*/
6
7
#ifndef _IRIDESCENCE_H
8
#define _IRIDESCENCE_H
9
10
11
#include <ds_resource.h>
12
#include <ds_version.h>
13
14
#include <
ds_types.h
>
15
#include <ds_string.h>
16
#include <
ds_color.h
>
17
18
#include <ds_surface.h>
19
#include <ds_renderer.h>
20
21
#include <ds_png.h>
22
#include <ds_jpeg.h>
23
24
#include <ds_allocator.h>
25
26
#include <ds_event.h>
27
#include <ds_screen.h>
28
29
#include <ds_view.h>
30
#include <ds_keyboard.h>
31
32
#include <ds_divider.h>
33
34
#include <ds_button.h>
35
#include <ds_label.h>
36
#include <ds_edit.h>
37
#include <ds_image.h>
38
#include <ds_selector.h>
39
#include <ds_discrete_slider.h>
40
#include <ds_slider.h>
41
#include <ds_switch.h>
42
#include <ds_check.h>
43
#include <ds_context_menu.h>
44
45
#include <ds_grid.h>
46
#include <ds_list.h>
47
#include <ds_droplist.h>
48
#include <ds_book_view.h>
49
50
#include <ds_live_data.h>
51
52
#include <ds_progress_bar.h>
53
#include <ds_gauge_arc.h>
54
#include <ds_gauge_battery.h>
55
#include <ds_gauge_disc.h>
56
#include <ds_gauge_liquid.h>
57
#include <ds_gauge_linear.h>
58
59
#include <ds_confirmation_dialog.h>
60
#include <ds_text_input_dialog.h>
61
#include <ds_progress_dialog.h>
62
63
#endif
ds_color.h
ds_types.h
inc
iridescence.h
Generated by
1.9.8