Add new game string outputer and use it.
modify some of the other outputters to look better
This commit is contained in:
parent
24ac058475
commit
002c1e5927
5 changed files with 39 additions and 2 deletions
|
@ -45,7 +45,7 @@ inline bool COrder::operator== ( const COrder& rhs ) const
|
|||
// Typedef a vector of orders
|
||||
typedef std::vector<COrder> COrderVector;
|
||||
|
||||
#define ORDER_FORMATTER "ORDER co:%c un:%u"
|
||||
#define ORDER_FORMATTER "ORDER:%c id:%u"
|
||||
|
||||
// string <--> order conversion functions
|
||||
std::string GetStringFromOrder(const COrder& order );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue