Files
Diddy-Kong-Racing/macros.inc
T

7 lines
74 B
C++
Executable File

# common macros
.macro glabel label
.global \label
\label:
.endm