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

A bitfield describing active user inputs. More...

#include <game.h>

Data Fields

bool start
 
bool pause
 
bool terminate
 
bool left
 
bool right
 
bool down
 
bool rotate
 

Detailed Description

A bitfield describing active user inputs.


The documentation for this struct was generated from the following file: