mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
4 lines
57 B
C++
4 lines
57 B
C++
.macro glabel label
|
|
.global \label
|
|
\label:
|
|
.endm
|