#include "../system/coordinates.h"
#include "../system/utilities.h"
#include "piece.h"
#include "king.h"
#include <vector>
#include <iostream>
Go to the source code of this file.