summaryrefslogtreecommitdiff
path: root/include/game.h
blob: 61239e7f458e4ffad9d8cbd4ea67a7c281f82c57 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _GAME
#define _GAME

#include "types.h"

/*
 * Implements the main game loop. Returns the final state of the board.
 */
Board game_loop(Board);

#endif
nihil fit ex nihilo