battleships-uids.h

来自「实现完整的通讯方式的双人对战游戏,相当经典的代码」· C头文件 代码 · 共 23 行

H
23
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?