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}::Block Struct Reference

Public Attributes

BlockType type = BlockType::Null
int x = 0
int y = 0

Detailed Description

Definition at line 63 of file puzzle_drop.cpp.

Member Data Documentation

◆ type

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

Definition at line 66 of file puzzle_drop.cpp.

◆ x

int anonymous_namespace{puzzle_drop.cpp}::Block::x = 0

Definition at line 64 of file puzzle_drop.cpp.

◆ y

int anonymous_namespace{puzzle_drop.cpp}::Block::y = 0

Definition at line 65 of file puzzle_drop.cpp.


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