mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-30 22:01:12 +00:00
5 lines
57 B
C++
5 lines
57 B
C++
.macro glabel label
|
|
.global \label
|
|
\label:
|
|
.endm
|