15 lines
386 B
C
15 lines
386 B
C
/*----------------------------------------------------------
|
|
* HTBLA-Leonding / 2IHIF
|
|
* ---------------------------------------------------------
|
|
* Description:
|
|
* Implementation of basic chess functions.
|
|
* ----------------------------------------------------------
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <stdbool.h>
|
|
|
|
#include "chess.h"
|
|
#include "chess_printer.h"
|
|
|