⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 polytubeapplication.cpp

📁 手机 GAME c++ 版
💻 CPP
字号:
////////////////////////////////////////////////////////////////////////
//
// PolyTubeApplication.cpp
//
// Copyright (c) 2003 Nokia Mobile Phones.  All rights reserved.
//
////////////////////////////////////////////////////////////////////////

#include "PolyTubeDocument.h"
#include "PolyTubeApplication.h"

////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////

static const TUid KUidPolyTubeApp = {0x101fd192};

////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////

CApaDocument* CPolyTubeApplication::CreateDocumentL()
    {  
    CApaDocument* document = CPolyTubeDocument::NewL(*this);
    return document;
    }

////////////////////////////////////////////////////////////////////////

TUid CPolyTubeApplication::AppDllUid() const
    {
    return KUidPolyTubeApp;
    }

////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

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