ogleslighting_reg.rss

来自「based on imagination framework : lightin」· RSS 代码 · 共 50 行

RSS
50
字号
/*! 
******************************************************************************
@File			OGLESLighting_reg

@Title			OGLESLighting_reg

@Author			Imagination Technologies

@date   		03/09/2006

@Copyright     	Copyright 2004 by Imagination Technologies Limited.
                All rights reserved. No part of this software, either
                material or conceptual may be copied or distributed,
                transmitted, transcribed, stored in a retrieval system
                or translated into any human or computer language in any
                form by any means, electronic, mechanical, manual or
                other-wise, or disclosed to third parties without the
                express written permission of Imagination Technologies
                Limited, Unit 8, HomePark Industrial Estate,
                King's Langley, Hertfordshire, WD4 8LZ, U.K.

@Platform		Symbian S60 3rd

@Description	

@DoxygenVer		

******************************************************************************/

#include <appinfo.rh>
#include <OGLESLighting.rsg>
#include "Demo.hrh"

UID2 KUidAppRegistrationResourceFile
UID3 0xE0204406

RESOURCE APP_REGISTRATION_INFO
{
    app_file                  = APP_NAME;
    localisable_resource_file = RESOURCE_FILE;
    localisable_resource_id   = R_LOC_INFO;

    embeddability             = KAppNotEmbeddable;
    newfile                   = KAppDoesNotSupportNewFile;
 }
	
/******************************************************************************
 End of file (OGLESLighting_reg.rss)
******************************************************************************/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?