Removed the endx and y local vars from the filled rect function

Added checks for the filled rect function
Added comments for the filled rect function
This commit is contained in:
iDunnoDev
2022-11-16 00:43:03 +00:00
committed by iDunnoDev
parent c3113bc245
commit d679b2b6bf
6 changed files with 83 additions and 22 deletions

View File

@ -8,6 +8,12 @@
"type": "shell",
"command": "make qemu",
"problemMatcher": []
},
{
"label": "Build and QEMU (debug)",
"type": "shell",
"command": "make qemu-gdb",
"problemMatcher": []
}
]
}