diff -r dc7c549001d5 -r 85266cc22c7f javauis/m3g_qt/src/m3g_symbian_java_api.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/javauis/m3g_qt/src/m3g_symbian_java_api.cpp Fri Jun 11 13:33:44 2010 +0300 @@ -0,0 +1,60 @@ +/* +* Copyright (c) 2003 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ + + +/*! + * \file \brief Symbian Java bindings + * + */ + +#include // Please check if this header is needed + +#include + +#include +#include +#include +#include "graphics.h" +#include +//#include "gdi.h" // CFbsBitmap +#include "fbs.h" + +#include + +struct ImageStruct +{ + CFbsBitmap* color; + CFbsBitmap* mask; +}; + + + +#define M3G_ASSERT(a) ((void)(a)) +#define M3G_BEGIN_PROFILE(a) ((void)(a)) +#define M3G_END_PROFILE(a) ((void)(a)) + +#define Matrix M3GMatrix +#define Quat M3GQuat +#define Vec4 M3GVec4 + +#define M3G_JAVA_INCLUDE +extern "C" +{ +#include "m3g_kvm_api.inl" +} +#undef M3G_JAVA_INCLUDE +