mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-15 21:26:57 +00:00
1
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================//
|
||||
|
||||
#ifndef SOUNDPROPERTIES_MULTIPLE_H
|
||||
#define SOUNDPROPERTIES_MULTIPLE_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include "basedialogparams.h"
|
||||
#include "soundproperties.h"
|
||||
|
||||
class CSoundEntry;
|
||||
|
||||
int SoundProperties_Multiple( CSoundParams *params );
|
||||
|
||||
#endif // SOUNDPROPERTIES_MULTIPLE_H
|
||||
Reference in New Issue
Block a user