2006-12-27 13:19:34 -05:00
|
|
|
/*
|
|
|
|
* Clutter.
|
|
|
|
*
|
|
|
|
* An OpenGL based 'interactive canvas' library.
|
|
|
|
*
|
|
|
|
* Authored By Matthew Allum <mallum@openedhand.com>
|
|
|
|
*
|
|
|
|
* Copyright (C) 2006 OpenedHand
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the
|
|
|
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
|
|
* Boston, MA 02111-1307, USA.
|
|
|
|
*/
|
|
|
|
|
2006-05-29 04:59:36 -04:00
|
|
|
#ifndef _HAVE_CLUTTER_H
|
|
|
|
#define _HAVE_CLUTTER_H
|
|
|
|
|
2007-06-14 11:29:52 -04:00
|
|
|
#include "clutter-actor.h"
|
|
|
|
#include "clutter-alpha.h"
|
2007-07-04 05:34:24 -04:00
|
|
|
#include "clutter-backend.h"
|
2006-05-29 04:59:36 -04:00
|
|
|
#include "clutter-color.h"
|
2007-06-14 11:29:52 -04:00
|
|
|
#include "clutter-container.h"
|
2006-08-15 16:28:41 -04:00
|
|
|
#include "clutter-behaviour.h"
|
2007-04-16 06:25:30 -04:00
|
|
|
#include "clutter-behaviour-bspline.h"
|
2007-07-25 06:36:19 -04:00
|
|
|
#include "clutter-behaviour-depth.h"
|
2007-04-30 04:39:20 -04:00
|
|
|
#include "clutter-behaviour-ellipse.h"
|
2006-11-15 18:37:53 -05:00
|
|
|
#include "clutter-behaviour-opacity.h"
|
|
|
|
#include "clutter-behaviour-path.h"
|
2007-04-16 06:25:30 -04:00
|
|
|
#include "clutter-behaviour-rotate.h"
|
2006-11-15 18:37:53 -05:00
|
|
|
#include "clutter-behaviour-scale.h"
|
2007-06-14 11:29:52 -04:00
|
|
|
#include "clutter-clone-texture.h"
|
2007-11-13 09:06:19 -05:00
|
|
|
#include "clutter-deprecated.h"
|
2007-05-14 05:11:23 -04:00
|
|
|
#include "clutter-effect.h"
|
2007-06-14 11:29:52 -04:00
|
|
|
#include "clutter-entry.h"
|
|
|
|
#include "clutter-event.h"
|
|
|
|
#include "clutter-feature.h"
|
2006-05-29 04:59:36 -04:00
|
|
|
#include "clutter-rectangle.h"
|
|
|
|
#include "clutter-group.h"
|
2007-06-14 11:29:52 -04:00
|
|
|
#include "clutter-keysyms.h"
|
2006-05-29 04:59:36 -04:00
|
|
|
#include "clutter-label.h"
|
2007-06-14 11:29:52 -04:00
|
|
|
#include "clutter-main.h"
|
2006-09-01 13:26:47 -04:00
|
|
|
#include "clutter-media.h"
|
2007-11-15 05:02:25 -05:00
|
|
|
#include "clutter-model.h"
|
2007-06-14 11:29:52 -04:00
|
|
|
#include "clutter-stage.h"
|
|
|
|
#include "clutter-texture.h"
|
|
|
|
#include "clutter-timeout-pool.h"
|
|
|
|
#include "clutter-timeline.h"
|
2007-09-27 17:38:38 -04:00
|
|
|
#include "clutter-score.h"
|
2007-10-08 11:03:22 -04:00
|
|
|
#include "clutter-script.h"
|
2007-10-25 10:34:54 -04:00
|
|
|
#include "clutter-scriptable.h"
|
2007-07-26 09:13:23 -04:00
|
|
|
#include "clutter-types.h"
|
2007-06-14 11:29:52 -04:00
|
|
|
#include "clutter-units.h"
|
|
|
|
#include "clutter-util.h"
|
2006-11-20 07:02:24 -05:00
|
|
|
#include "clutter-version.h"
|
2007-06-14 11:29:52 -04:00
|
|
|
|
2006-05-29 04:59:36 -04:00
|
|
|
#include "clutter-enum-types.h"
|
|
|
|
|
|
|
|
#endif
|