tictactoe_aif.rss

来自「symbianOS第三版开发与实用教程部分源码和部分试验」· RSS 代码 · 共 23 行

RSS
23
字号
/*
* ============================================================================
*  Name     : TicTacToe_aif.rss
*  Part of  : TicTacToe
*  Description:
*  Version  :
*
*  Copyright (c) 2005 Nokia Corporation.
* ============================================================================
*/

#include <aiftool.rh>

RESOURCE AIF_DATA
    {
    app_uid = 0x102753ED;
    num_icons = 2;
    embeddability = KAppNotEmbeddable;
    newfile = KAppDoesNotSupportNewFile;
    }

// End of File

⌨️ 快捷键说明

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