GBAlatro
A Demake of Balatro for the GBA
Loading...
Searching...
No Matches
SelectionGrid Struct Reference

The core selection grid struct, represents the grid itself and its state. More...

#include <selection_grid.h>

Data Fields

const SelectionGridRowrows
 
const int num_rows
 
Selection selection
 

Detailed Description

The core selection grid struct, represents the grid itself and its state.

It can be statically defined with an array of SelectionGridRow to define its contents.

Definition at line 118 of file selection_grid.h.

Field Documentation

◆ num_rows

const int num_rows

Definition at line 121 of file selection_grid.h.

◆ rows

const SelectionGridRow* rows

Definition at line 120 of file selection_grid.h.

◆ selection

Selection selection

Definition at line 122 of file selection_grid.h.


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