mirror of
https://github.com/tribes2/engine.git
synced 2026-01-20 03:34:48 +00:00
22 lines
535 B
C
22 lines
535 B
C
//-----------------------------------------------------------------------------
|
|
// V12 Engine
|
|
//
|
|
// Copyright (c) 2001 GarageGames.Com
|
|
// Portions Copyright (c) 2001 by Sierra Online, Inc.
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#ifndef _AUDIO_H_
|
|
#define _AUDIO_H_
|
|
|
|
#ifndef _PLATFORMAL_H_
|
|
#include "PlatformWin32/platformAL.h"
|
|
#endif
|
|
#ifndef _PLATFORMAUDIO_H_
|
|
#include "Platform/platformAudio.h"
|
|
#endif
|
|
#ifndef _AUDIODATABLOCK_H_
|
|
#include "audio/audioDataBlock.h"
|
|
#endif
|
|
|
|
#endif // _H_AUDIO_
|