00001 /* 00002 * This file is part of the MLV Library. 00003 * 00004 * Copyright (C) 2010,2011,2012 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 00166 #ifndef __MLV__MLV_ALL_H__ 00167 #define __MLV__MLV_ALL_H__ 00168 00169 #include "MLV_animation.h" 00170 #include "MLV_audio.h" 00171 #include "MLV_color.h" 00172 #include "MLV_event.h" 00173 #include "MLV_shape.h" 00174 #include "MLV_image.h" 00175 #include "MLV_information.h" 00176 #include "MLV_keyboard.h" 00177 #include "MLV_mouse.h" 00178 #include "MLV_path.h" 00179 #include "MLV_playlist.h" 00180 #include "MLV_input_box.h" 00181 #include "MLV_random.h" 00182 #include "MLV_text.h" 00183 #include "MLV_time.h" 00184 #include "MLV_xml.h" 00185 #include "MLV_window.h" 00186 00187 #endif