Documentation de la bibliothèque MLV-0.5

MLV_all.h

Aller à la documentation de ce fichier.
00001 /*
00002  *   This file is part of the MLV Library.
00003  *
00004  *   Copyright (C) 2010 Adrien Boussicault, Marc Zipstein
00005  *
00006  *
00007  *    This Library is free software: you can redistribute it and/or modify
00008  *    it under the terms of the GNU General Public License as published by
00009  *    the Free Software Foundation, either version 3 of the License, or
00010  *    (at your option) any later version.
00011  *
00012  *    This Library is distributed in the hope that it will be useful,
00013  *    but WITHOUT ANY WARRANTY; without even the implied warranty of
00014  *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00015  *    GNU General Public License for more details.
00016  *
00017  *    You should have received a copy of the GNU General Public License
00018  *    along with this Library.  If not, see <http://www.gnu.org/licenses/>.
00019  */
00020 
00162 #ifndef __MLV_ALL_H__
00163 #define __MLV_ALL_H__
00164 
00165 #include "MLV_animation.h"
00166 #include "MLV_audio.h"
00167 #include "MLV_color.h"
00168 #include "MLV_event.h"
00169 #include "MLV_shapes.h"
00170 #include "MLV_image.h"
00171 #include "MLV_informations.h"
00172 #include "MLV_keyboard.h"
00173 #include "MLV_mouse.h"
00174 #include "MLV_path.h"
00175 #include "MLV_playlist.h"
00176 #include "MLV_prompt.h"
00177 #include "MLV_random.h"
00178 #include "MLV_text.h"
00179 #include "MLV_time.h"
00180 #include "MLV_xml.h"
00181 #include "MLV_window.h"
00182 
00183 #endif