4#ifndef BRICK_GAME_V1_0_GUI_CLI_CLI_H_
5#define BRICK_GAME_V1_0_GUI_CLI_CLI_H_
9#include "../../brick_game/brick_game.h"
CLI Controller.
Definition cli.h:16
CliView view
CLI View that is responsible for rendering game_info.
Definition cli.h:23
bool running
Flag, signifying if the controller should continue running the main loop, or exit.
Definition cli.h:30
GameInstance * game_instance
An instance of the game data.
Definition cli.h:26
GameInfo game_info
Information about the game.
Definition cli.h:20
CLI View responsible for rendering the game information to the screen.
Definition view.h:13
Information about the current state of the game.
Definition brick_game.h:46