Finalise implementation of reading in a game from a string
This commit is contained in:
parent
002c1e5927
commit
a75e6e290d
8 changed files with 178 additions and 125 deletions
|
@ -1,8 +1,6 @@
|
|||
#include <string.h>
|
||||
#include "order.h"
|
||||
|
||||
#include "mathtypes.h"
|
||||
|
||||
// Convert an order to a string
|
||||
std::string GetStringFromOrder(const COrder& order )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue