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
|
#pragma once
|
||||||
|
|
||||||
// fits colours with each channel having a width of 2 bits
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
// fits colours with each channel having a width of 2 bits
|
||||||
typedef union {
|
typedef union {
|
||||||
uint8_t packed;
|
uint8_t packed;
|
||||||
struct {
|
struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user