mirror of
https://github.com/zeldaret/oot
synced 2026-05-31 17:32:23 -04:00
5 lines
57 B
C++
5 lines
57 B
C++
.macro glabel label
|
|
.global \label
|
|
\label:
|
|
.endm
|