mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 14:05:45 +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