____ _ __
/ __ )____ _____ | | / /___ ___________
/ __ / __ \/ ___/ | | /| / / __ `/ ___/ ___/
/ /_/ / /_/ (__ ) | |/ |/ / /_/ / / (__ )
/_____/\____/____/ |__/|__/\__,_/_/ /____/
A futuristic real-time strategy game.
This file is part of Bos Wars.
(C) Copyright 2001-2007 by the Bos Wars and Stratagus Project.
Distributed under the "GNU General Public License"#include <network.h>
Public Member Functions | |
| CNetworkSelection () | |
| void | Serialize (unsigned char *p) |
| void | Deserialize (unsigned char *p) |
Static Public Member Functions | |
| static size_t | Size () |
Public Attributes | |
| Uint16 | Unit [4] |
| Selection Units. | |
Definition at line 174 of file network.h.
| CNetworkSelection::CNetworkSelection | ( | ) | [inline] |
| void CNetworkSelection::Serialize | ( | unsigned char * | p | ) |
| void CNetworkSelection::Deserialize | ( | unsigned char * | p | ) |
| static size_t CNetworkSelection::Size | ( | ) | [inline, static] |
| Uint16 CNetworkSelection::Unit[4] |
Selection Units.
Definition at line 184 of file network.h.
Referenced by CNetworkSelection(), NetworkProcessSelection(), and NetworkSendSelection().
1.5.6