copy/paste caused some issues here
[swfdec.git] / libswfdec / swfdec.h
blob9d132427015a9b4b0ed958b987e4aeaed4ed2065
1 /* Swfdec
2 * Copyright (C) 2003-2006 David Schleef <ds@schleef.org>
3 * 2005-2006 Eric Anholt <eric@anholt.net>
4 * 2006-2007 Benjamin Otte <otte@gnome.org>
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 * Boston, MA 02110-1301 USA
22 #ifndef __SWFDEC_H__
23 #define __SWFDEC_H__
25 #include <libswfdec/swfdec_as_context.h>
26 #include <libswfdec/swfdec_as_debugger.h>
27 #include <libswfdec/swfdec_as_frame.h>
28 #include <libswfdec/swfdec_as_function.h>
29 #include <libswfdec/swfdec_as_native_function.h>
30 #include <libswfdec/swfdec_as_object.h>
31 #include <libswfdec/swfdec_as_types.h>
32 #include <libswfdec/swfdec_script.h>
34 #include <libswfdec/swfdec_audio.h>
35 #include <libswfdec/swfdec_buffer.h>
36 #include <libswfdec/swfdec_enums.h>
37 #include <libswfdec/swfdec_file_loader.h>
38 #include <libswfdec/swfdec_keys.h>
39 #include <libswfdec/swfdec_loader.h>
40 #include <libswfdec/swfdec_player.h>
41 #include <libswfdec/swfdec_rectangle.h>
42 #include <libswfdec/swfdec_system.h>
43 #include <libswfdec/swfdec_url.h>
45 #endif