xTetris-Game
Loading...
Searching...
No Matches
Data Structures | Typedefs
struct.h File Reference

Go to the source code of this file.

Data Structures

struct  Cell
 
struct  Move
 
struct  TetrominoCell
 

Typedefs

typedef struct Cell ** BoardPtr
 
typedef struct MoveMovePtr
 
typedef struct TetrominoCell **** TetrominoPtr
 

Typedef Documentation

◆ BoardPtr

typedef struct Cell** BoardPtr

Definition at line 8 of file struct.h.

◆ MovePtr

typedef struct Move* MovePtr

Definition at line 16 of file struct.h.

◆ TetrominoPtr

typedef struct TetrominoCell**** TetrominoPtr

Definition at line 21 of file struct.h.