mirror of
https://github.com/thepigeongenerator/tetris_clone
synced 2026-02-08 07:33:34 +01:00
some formatting fixes
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
// fits colours with each channel having a width of 2 bits
|
||||
#include <stdint.h>
|
||||
|
||||
// fits colours with each channel having a width of 2 bits
|
||||
typedef union {
|
||||
uint8_t packed;
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user