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

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