2007-04-27 21:13:06 +00:00
|
|
|
/*
|
2009-04-27 14:48:12 +00:00
|
|
|
* Cogl
|
2007-04-27 21:13:06 +00:00
|
|
|
*
|
2009-04-27 14:48:12 +00:00
|
|
|
* An object oriented GL/GLES Abstraction/Utility Layer
|
2007-04-27 21:13:06 +00:00
|
|
|
*
|
2010-06-18 13:30:23 +00:00
|
|
|
* Copyright (C) 2007,2008,2009,2010 Intel Corporation.
|
2007-04-27 21:13:06 +00:00
|
|
|
*
|
|
|
|
* 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
|
2010-03-01 12:56:10 +00:00
|
|
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*
|
|
|
|
*
|
2007-04-27 21:13:06 +00:00
|
|
|
*/
|
|
|
|
|
2012-06-20 17:49:08 +00:00
|
|
|
#if !defined(__COGL_H_INSIDE__) && !defined(COGL_COMPILATION)
|
2011-05-13 07:11:57 +00:00
|
|
|
#error "Only <cogl/cogl.h> can be included directly."
|
|
|
|
#endif
|
|
|
|
|
2007-04-27 21:13:06 +00:00
|
|
|
#ifndef __COGL_DEFINES_H__
|
|
|
|
#define __COGL_DEFINES_H__
|
|
|
|
|
2010-06-18 13:30:23 +00:00
|
|
|
@COGL_DEFINES@
|
2007-12-03 16:29:18 +00:00
|
|
|
|
2012-09-03 14:43:15 +00:00
|
|
|
#define COGL_VERSION_MAJOR_INTERNAL 1
|
|
|
|
#define COGL_VERSION_MINOR_INTERNAL @COGL_1_MINOR_VERSION@
|
|
|
|
#define COGL_VERSION_MICRO_INTERNAL @COGL_1_MICRO_VERSION@
|
|
|
|
#define COGL_VERSION_STRING_INTERNAL "@COGL_1_VERSION@"
|
2012-04-23 13:09:19 +00:00
|
|
|
|
2007-04-27 21:13:06 +00:00
|
|
|
#endif
|