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

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