📄 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 + -