MXVK Vulkan Framework 0.24.0
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
anonymous_namespace{puzzle_drop.cpp}::Cell Struct Reference

Public Attributes

int clear_value = 0
int flash_counter = 0
BlockType type = BlockType::Null

Detailed Description

Definition at line 150 of file puzzle_drop.cpp.

Member Data Documentation

◆ clear_value

int anonymous_namespace{puzzle_drop.cpp}::Cell::clear_value = 0

Definition at line 152 of file puzzle_drop.cpp.

◆ flash_counter

int anonymous_namespace{puzzle_drop.cpp}::Cell::flash_counter = 0

Definition at line 153 of file puzzle_drop.cpp.

◆ type

BlockType anonymous_namespace{puzzle_drop.cpp}::Cell::type = BlockType::Null

Definition at line 151 of file puzzle_drop.cpp.


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