add some more comments

This commit is contained in:
mrdudz
2025-06-17 21:40:04 +02:00
parent 3486cd7830
commit 55742003d6
7 changed files with 12 additions and 8 deletions

View File

@@ -2,8 +2,8 @@
; 2002-06-21, Ullrich von Bassewitz
; 2020-06-04, Greg King
;
; void __fastcall__ tgi_setcolor (unsigned char color);
; /* Set the current drawing color */
; void __fastcall__ tgi_setcolor (unsigned char color_index);
; /* Set the current drawing color (palette index) */
.include "tgi-kernel.inc"