The outcode constants from tgi_outcode went into this header file.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4465 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
d1e4687540
commit
d1e37cc241
1 changed files with 12 additions and 1 deletions
|
@ -87,7 +87,16 @@ TGI_FONT_BITMAP = 0
|
|||
TGI_FONT_VECTOR = 1
|
||||
|
||||
TGI_TEXT_HORIZONTAL = 0
|
||||
TGI_TEXT_VERTICAL = 1
|
||||
TGI_TEXT_VERTICAL = 1
|
||||
|
||||
;----------------------------------------------------------------------------
|
||||
; Results of tgi_outcode
|
||||
|
||||
TGI_CLIP_NONE = $00
|
||||
TGI_CLIP_LEFT = $01
|
||||
TGI_CLIP_RIGHT = $02
|
||||
TGI_CLIP_BOTTOM = $04
|
||||
TGI_CLIP_TOP = $08
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; C accessible Variables
|
||||
|
@ -152,9 +161,11 @@ TGI_TEXT_VERTICAL = 1
|
|||
.global tgi_clippedline
|
||||
.global tgi_curtoxy
|
||||
.global tgi_getset
|
||||
.global tgi_imulround
|
||||
.global tgi_inv_arg
|
||||
.global tgi_inv_drv
|
||||
.global tgi_linepop
|
||||
.global tgi_outcode
|
||||
.global tgi_popxy
|
||||
.global tgi_popxy2
|
||||
.global tgi_set_ptr
|
||||
|
|
Loading…
Add table
Reference in a new issue