engine: move engine/audio/public to public/ directory

This commit is contained in:
nillerusr
2022-10-12 03:34:30 +03:00
parent 091b49e29c
commit a68d5d8633
84 changed files with 1 additions and 12 deletions
+14
View File
@@ -0,0 +1,14 @@
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=====================================================================================//
#ifndef SND_DEV_MAC_AUDIOQUEUE_H
#define SND_DEV_MAC_AUDIOQUEUE_H
#pragma once
class IAudioDevice;
IAudioDevice *Audio_CreateMacAudioQueueDevice( void );
#endif // SND_DEV_MAC_AUDIOQUEUE_H