1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 19:29:53 +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:
uz 2009-11-01 22:32:14 +00:00
parent 57c9a8f796
commit 912cf89702

View File

@ -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