?? battleships-uids.h
字號:
// Declares app and view UIDs for two-ships
//
// Copyright (c) 2003 Symbian Ltd. All rights reserved.
#ifndef _battleships_uids_
#define _battleships_uids_
// UID for application
const TUid KUidBattleShips = { 0x101FAD5D };
// UID for P1 target fleet view
const TUid KP1OppViewUID = { 0x101FAD5E };
// UID for P1 own fleet view
const TUid KP1MyViewUID = { 0x101FAD5F };
// UIDs for GDP protocols
const TUid KGdpLoopbackUid = {0x101f8b53};//{ 0x01000002 };
const TUid KGdpSmsUid = {0x101f8b5e};//{ 0x01000003 };
const TUid KGdpBluetoothUid = {0x101f8b5f};//{ 0x01000004 };
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -