#ifndef _GAME #define _GAME #include "types.h" /* * Implements the main game loop. Returns the final state of the board. */ Board game_loop(Board); #endif