Cleanups for Creativision.
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
;* unsigned char __fastcall__ bordercolor (unsigned char color);
|
||||
;*
|
||||
|
||||
.export _textcolor, _bgcolor, _bordercolor
|
||||
.import return0
|
||||
.include "creativision.inc"
|
||||
|
||||
_bordercolor = return0;
|
||||
_textcolor = return0;
|
||||
_bgcolor = return0;
|
||||
.export _textcolor, _bgcolor, _bordercolor
|
||||
.import return0
|
||||
.include "creativision.inc"
|
||||
|
||||
_bordercolor = return0;
|
||||
_textcolor = return0;
|
||||
_bgcolor = return0;
|
||||
|
||||
Reference in New Issue
Block a user