patterns/qoi: Fixed bitfields order being wrong (#72)

This commit is contained in:
Max1Truc
2023-01-10 09:15:08 +01:00
committed by GitHub
parent a4a14309be
commit 0748fa135e

View File

@@ -1,5 +1,6 @@
#pragma MIME image/qoi
#pragma endian big
#pragma bitfield_order left_to_right
#include <std/mem.pat>