Add DrawFontTileToBackground
to Okameron defs
This commit is contained in:
parent
af15e2c2de
commit
28f28badaa
|
@ -16,6 +16,7 @@ MODULE Fox32ROM;
|
|||
|
||||
EXTERN PROCEDURE FillBackground: INT;
|
||||
EXTERN PROCEDURE DrawStrToBackground: INT;
|
||||
EXTERN PROCEDURE DrawFontTileToBackground: INT;
|
||||
EXTERN PROCEDURE DrawFormatStrToBackground: INT;
|
||||
|
||||
EXTERN PROCEDURE FillOverlay: INT;
|
||||
|
|
|
@ -51,6 +51,13 @@ FillBackground:
|
|||
DrawStrToBackground:
|
||||
jmp draw_str_to_background
|
||||
|
||||
; PROCEDURE DrawFontTileToBackground(
|
||||
; c: CHAR;
|
||||
; x, y, fgColor, bgColor: INT;
|
||||
; );
|
||||
DrawFontTileToBackground:
|
||||
jmp draw_font_tile_to_background
|
||||
|
||||
; PROCEDURE DrawFormatStrToBackground(
|
||||
; str: POINTER TO CHAR;
|
||||
; x, y, fgColor, bgColor,
|
||||
|
|
Loading…
Reference in New Issue
Block a user