mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-03 18:04:46 +00:00
6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
|
|
#if WIDESCREEN
|
|
alias x_coord = word
|
|
#else
|
|
alias x_coord = byte
|
|
#endif |