Update contrib.
2 * Copyright (c) 2003 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
14 * Description: Sprite interface
18 #ifndef __M3G_SPRITE_H__
19 #define __M3G_SPRITE_H__
24 * \brief Sprite interface
34 Appearance *appearance;
37 M3Gint flip; /*!< \internal \brief Sprite x and y flip flags */
40 M3Gushort totalAlphaFactor;
45 /*----------------------------------------------------------------------
47 *--------------------------------------------------------------------*/
49 static M3Gbool m3gInitSprite(Interface *m3g,
52 Appearance *appearance,
55 #endif /*__M3G_SPRITE_H__*/