Documentation of the MLV-2.0.2 library

MLV_all.h
1 /*
2  * This file is part of the MLV Library.
3  *
4  * Copyright (C) 2010,2011,2012 Adrien Boussicault, Marc Zipstein
5  *
6  *
7  * This Library is free software: you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation, either version 3 of the License, or
10  * (at your option) any later version.
11  *
12  * This Library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this Library. If not, see <http://www.gnu.org/licenses/>.
19  */
20 
176 #ifndef __MLV__MLV_ALL_H__
177 #define __MLV__MLV_ALL_H__
178 
179 #include "MLV_animation.h"
180 #include "MLV_audio.h"
181 #include "MLV_color.h"
182 #include "MLV_event.h"
183 #include "MLV_shape.h"
184 #include "MLV_image.h"
185 #include "MLV_information.h"
186 #include "MLV_keyboard.h"
187 #include "MLV_mouse.h"
188 #include "MLV_path.h"
189 #include "MLV_playlist.h"
190 #include "MLV_input_box.h"
191 #include "MLV_random.h"
192 #include "MLV_text.h"
193 #include "MLV_text_va.h"
194 #include "MLV_time.h"
195 #include "MLV_xml.h"
196 #include "MLV_xml_va.h"
197 #include "MLV_window.h"
198 
199 #endif