УМНЫЕ УКАЗАТЕЛИ

This commit is contained in:
Евгений Титаренко 2024-04-20 00:03:12 +03:00
parent 7c83d9c93e
commit fcce9d93d4
7 changed files with 240 additions and 254 deletions

View file

@ -2,6 +2,7 @@
#include <cstdint>
#include <utils-lib/utils.h>
static_assert(true);
#pragma pack(push, 1)
struct Pixel {
uint8_t r = 255;