Brick Game v1.0
Implementation of the game Tetris in the C programming language with a terminal user interface.
Loading...
Searching...
No Matches
cli.h File Reference

The main interface of the CLI. More...

#include <stdbool.h>
#include "../../brick_game/brick_game.h"
#include "view.h"
+ Include dependency graph for cli.h:

Go to the source code of this file.

Data Structures

struct  CliController
 CLI Controller. More...
 

Detailed Description

The main interface of the CLI.