/**************************************************************************** ** Authors: Matteo Muratori, Michele Fabbri. ** ** Official website: http://www.amanithvg.com ** ** Copyright (C) 2004-2009 Mazatech S.r.l. All rights reserved. ** ** This file is part of AmanithVG library. ** Khronos and OpenVG are trademarks of The Khronos Group Inc. ** OpenGL is a registered trademark and OpenGL ES is a trademark of ** Silicon Graphics, Inc. ** ** This file is distributed under the terms of Mazatech End-User License ** Agreement for Evaluation Purposes only as defined by Mazatech S.r.l. of ** Italy and appearing in the file LICENSE.TXT included in the packaging ** of this file. ** ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ** ** For any informations, please contact info@mazatech.com ** ****************************************************************************/ #ifndef _TIGER_DATA_H #define _TIGER_DATA_H extern const int tigerCommandCount; extern const char tigerCommands[]; extern const float tigerMinX; extern const float tigerMaxX; extern const float tigerMinY; extern const float tigerMaxY; extern const int tigerPointCount; extern const float tigerPoints[]; #endif