mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-10 08:50:23 +00:00
4 lines
57 B
C++
4 lines
57 B
C++
.macro glabel label
|
|
.global \label
|
|
\label:
|
|
.endm
|