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

Public Attributes

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

Detailed Description

Definition at line 69 of file tetris.cpp.

Member Data Documentation

◆ blocks

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

Definition at line 70 of file tetris.cpp.

70{};

◆ color

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

Definition at line 71 of file tetris.cpp.


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