xrect.inc

来自「视频游戏开发源码」· INC 代码 · 共 23 行

INC
23
字号
;-----------------------------------------------------------------------
;
; XRECT - Include file
;
; XRECT.ASM export functions
;
;
;
; ****** XLIB - Mode X graphics library                ****************
; ******                                               ****************
; ****** Written By Themie Gouthas                     ****************
;
; egg@dstos3.dsto.gov.au
; teg@bart.dsto.gov.au
;-----------------------------------------------------------------------

	 global _x_rect_fill             :proc
	 global _x_rect_fill_clipped     :proc
	 global _x_rect_pattern          :proc
	 global _x_rect_pattern_clipped  :proc
	 global _x_cp_vid_rect           :proc
	 global _x_shift_rect            :proc

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?