aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/audio_asm.asm
blob: 1b2d3f8d49458187b11dcfbcbb688b57021015dd (plain)
1
2
3
4
5
6
7
8
public Audio_GetParentEvent

.code
Audio_GetParentEvent proc
	mov rax, r12
	ret
Audio_GetParentEvent endp
end