Raylib Bubbles
C++11 Raylib bubble shooter game.
|
Wraps the row and column of a bubble on the board with its hue. More...
#include <board.hpp>
Public Member Functions | |
BubbleEvent (size_t row, size_t col, size_t hue) | |
Constructs a BubbleEvent instance with the given hue, row, and column. More... | |
Public Attributes | |
const size_t | row |
const size_t | col |
const size_t | hue |
Wraps the row and column of a bubble on the board with its hue.
|
inline |
Constructs a BubbleEvent instance with the given hue, row, and column.
row | The row position of the bubble on the board. |
col | The column position of the bubble on the board. |
hue | The hue of the bubble. |