3.5 asm left

This commit is contained in:
DizzyEggg
2018-12-17 23:00:08 +01:00
parent aae36b5653
commit 9ffd0c7382
65 changed files with 1321 additions and 2738 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
struct Bitmap
{
u8* pixels;
const u8 *pixels;
u32 width:16;
u32 height:16;
};