More content added

This commit is contained in:
Ilia Sharin 2026-04-26 14:46:18 -04:00
parent 5fac29ccd5
commit 8133b3a6cb
90 changed files with 7794 additions and 705 deletions

View file

@ -568,7 +568,7 @@ BltBitMap(srcBM, 0, 0, /* source bitmap, x, y */
NULL); /* no temp buffer needed */
/* Draw a filled rectangle (uses the Blitter internally): */
SetAPen(rp, 3); /* Set pen colour to index 3 */
SetAPen(rp, 3); /* Set pen color to index 3 */
RectFill(rp, 10, 10, 100, 50); /* Filled rectangle */
```