mirror of
https://github.com/zeldaret/oot
synced 2026-06-13 22:15:37 -04:00
5 lines
57 B
C++
5 lines
57 B
C++
.macro glabel label
|
|
.global \label
|
|
\label:
|
|
.endm
|