Rename orders -> order

This commit is contained in:
Marc Di Luzio 2014-12-16 13:13:02 +00:00
parent 8a486fdd40
commit 714fd2894d
5 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#include <iostream> // std::cout
#include "board.h"
#include "orders.h"
#include "order.h"
#include "game.h"
const char* tests()