mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03:00
engine: move engine/audio/public to public/ directory
This commit is contained in:
14
engine/audio/snd_dev_wave.h
Normal file
14
engine/audio/snd_dev_wave.h
Normal file
@@ -0,0 +1,14 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=====================================================================================//
|
||||
|
||||
#ifndef SND_DEV_WAVE_H
|
||||
#define SND_DEV_WAVE_H
|
||||
#pragma once
|
||||
|
||||
class IAudioDevice;
|
||||
IAudioDevice *Audio_CreateWaveDevice( void );
|
||||
|
||||
#endif // SND_DEV_WAVE_H
|
||||
Reference in New Issue
Block a user