mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-19 23:15:46 +01:00
update pointer alignment rule
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "../../util/vec.h"
|
||||
#include "../../error.h"
|
||||
|
||||
void shape_getblocks(u8 id, i8vec2* restrict out) {
|
||||
void shape_getblocks(u8 id, i8vec2 *restrict out) {
|
||||
struct blockdat {
|
||||
u8 ax : 2, ay : 2;
|
||||
u8 bx : 2, by : 2;
|
||||
|
||||
Reference in New Issue
Block a user