1 // -*- mode: c++ -*-
2 //
3 // This file is part of libyacurs.
4 // Copyright (C) 2013  Rafael Ostertag
5 //
6 // This program is free software: you can redistribute it and/or
7 // modify it under the terms of the GNU General Public License as
8 // published by the Free Software Foundation, either version 3 of the
9 // License, or (at your option) any later version.
10 //
11 // This program is distributed in the hope that it will be useful, but
12 // WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 // General Public License for more details.
15 //
16 // You should have received a copy of the GNU General Public License
17 // along with this program.  If not, see
18 // <http://www.gnu.org/licenses/>.
19 //
20 //
21 // $Id$
22 
23 #ifndef YACURS_H
24 #define YACURS_H 1
25 
26 #include "area.h"
27 #include "button.h"
28 #include "checkbox.h"
29 #include "colorparser.h"
30 #include "colors.h"
31 #include "coordinates.h"
32 #include "curs.h"
33 #include "cursorbuf.h"
34 #include "curstr.h"
35 #include "curswin.h"
36 #include "dialog.h"
37 #include "dynlabel.h"
38 #include "event.h"
39 #include "eventconnector.h"
40 #include "eventqueue.h"
41 #include "filedialog.h"
42 #include "fileloaddialog.h"
43 #include "filesavedialog.h"
44 #include "focusgroup.h"
45 #include "focusmanager.h"
46 #include "hotkey.h"
47 #include "hpack.h"
48 #include "hrule.h"
49 #include "input.h"
50 #include "inputbox.h"
51 #include "label.h"
52 #include "libyacurscfg.h"
53 #include "lineobject.h"
54 #include "listbox.h"
55 #include "lockscreen.h"
56 #include "margin.h"
57 #include "messagebox.h"
58 #include "messagebox2.h"
59 #include "messagebox3.h"
60 #include "pack.h"
61 #include "radiobox.h"
62 #include "realizeable.h"
63 #include "rule.h"
64 #include "spacer.h"
65 #include "statusbar.h"
66 #include "titlebar.h"
67 #include "unlockdiadefault.h"
68 #include "unlockdialog.h"
69 #include "vpack.h"
70 #include "vrule.h"
71 #include "widget.h"
72 #include "widgetbase.h"
73 #include "window.h"
74 #include "windowbase.h"
75 #include "yacursconst.h"
76 #include "yacurscurses.h"
77 #include "yacursex.h"
78 #include "yacurstypes.h"
79 
80 #endif  // YACURS_H
81