mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
7 lines
93 B
C
7 lines
93 B
C
#pragma once
|
|
|
|
struct IGpAudioChannelCallbacks
|
|
{
|
|
virtual void NotifyBufferFinished() = 0;
|
|
};
|