xmain.inc

来自「视频游戏开发C语言源程序」· INC 代码 · 共 31 行

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


	 global _x_set_mode              :proc
	 global _x_page_flip             :proc
	 global _x_set_start_addr        :proc
	 global _x_set_splitscreen       :proc
	 global _x_text_mode             :proc
	 global _x_set_mode              :proc
         global _x_select_default_plane  :proc
	 global _x_hide_splitscreen      :proc
	 global _x_show_splitscreen      :proc
	 global _x_adjust_splitscreen    :proc
	 global _x_set_doublebuffer      :proc
         global _x_set_tripplebuffer     :proc
	 global _x_set_cliprect          :proc
	 global _x_wait_vsync            :proc

⌨️ 快捷键说明

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