mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
7 lines
74 B
C++
Executable File
7 lines
74 B
C++
Executable File
# common macros
|
|
|
|
.macro glabel label
|
|
.global \label
|
|
\label:
|
|
.endm
|