mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 22:30:12 +00:00
e6d74e7205
git-svn-id: svn://svn.cc65.org/cc65/trunk@5343 b7a2c559-68d2-44c3-8de9-860c34a00d81
14 lines
177 B
ArmAsm
14 lines
177 B
ArmAsm
|
|
;
|
|
; Maciej 'YTM/Alliance' Witkowiak
|
|
;
|
|
; 30.10.99
|
|
|
|
; void UseSystemFont (void);
|
|
|
|
.export _UseSystemFont
|
|
|
|
.include "../inc/jumptab.inc"
|
|
|
|
_UseSystemFont = UseSystemFont
|