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{tetris.cpp}::PieceDefinition Struct Reference

Public Attributes

std::array< Block, 4 > blocks
int color = 0

Detailed Description

Definition at line 57 of file tetris.cpp.

Member Data Documentation

◆ blocks

std::array<Block, 4> anonymous_namespace{tetris.cpp}::PieceDefinition::blocks

Definition at line 58 of file tetris.cpp.

◆ color

int anonymous_namespace{tetris.cpp}::PieceDefinition::color = 0

Definition at line 59 of file tetris.cpp.


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