findthebombapplication.h

来自「基于symbian s60 2nd下的扫雷小游戏」· C头文件 代码 · 共 21 行

H
21
字号
// Copyright (c) 2004, Symbian Software Ltd. All rights reserved.

#ifndef __FINDTHEBOMB_APPLICATION_H__
#define __FINDTHEBOMB_APPLICATION_H__

#include <aknapp.h>

// UID for the application; this should correspond to the uid defined in the mmp file
const TUid KUidFindTheBombApp = {0x101ffabe};

class CFindTheBombApplication : public CAknApplication
    {
public:  // from CAknApplication
    TUid AppDllUid() const;

protected: // from CAknApplication
    CApaDocument* CreateDocumentL();
    };

#endif // __FINDTHEBOMB_APPLICATION_H__

⌨️ 快捷键说明

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