mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Added new constants from tgi.h
git-svn-id: svn://svn.cc65.org/cc65/trunk@4419 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
57c9a8f796
commit
912cf89702
@ -78,7 +78,13 @@
|
||||
TGI_API_VERSION = $03
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; Text style constants
|
||||
; Color and text constants
|
||||
|
||||
TGI_COLOR_BLACK = 0
|
||||
TGI_COLOR_WHITE = 1
|
||||
|
||||
TGI_FONT_BITMAP = 0
|
||||
TGI_FONT_VECTOR = 1
|
||||
|
||||
TGI_TEXT_HORIZONTAL = 0
|
||||
TGI_TEXT_VERTICAL = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user