grim/gplate

some more testing migration stuff.

2012-09-04, Gary Kramlich
7f8e0e4f250f
some more testing migration stuff.
Variables aren't done yet
/*
* GPlate - GObject based templating library
* Copyright (C) 2007-2012 Gary Kramlich <grim@reaperworld.com>
*
* 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 3 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, see <http://www.gnu.org/licenses/>.
*/
#ifndef GPLATE_H
#define GPLATE_H
#include <glib.h>
#include <gplate/gplate-collection.h>
#include <gplate/gplate-config.h>
#include <gplate/gplate-errors.h>
#include <gplate/gplate-function.h>
#include <gplate/gplate-iterator.h>
#include <gplate/gplate-library.h>
#include <gplate/gplate-tag.h>
#include <gplate/gplate-template.h>
#include <gplate/gplate-util.h>
#include <gplate/gplate-variable.h>
#include <gplate/functions/gplate-for-function.h>
#include <gplate/functions/gplate-include-function.h>
#include <gplate/functions/gplate-noop-function.h>
#include <gplate/functions/gplate-print-function.h>
#include <gplate/functions/gplate-text-function.h>
#include <gplate/tags/gplate-code-tag.h>
#include <gplate/tags/gplate-comment-tag.h>
#include <gplate/tags/gplate-text-tag.h>
#include <gplate/tags/gplate-variable-tag.h>
#include <gplate/variables/gplate-dictionary-variable.h>
#include <gplate/variables/gplate-directory-variable.h>
#include <gplate/variables/gplate-file-variable.h>
#include <gplate/variables/gplate-object-variable.h>
#endif /* GPLATE_H */