medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

platform_audio.h (177B)


1
2
3
4
5
6
7
8
9
10
// #ifndef _PLATFORM_AUDIO_H_
// #define _PLATFORM_AUDIO_H_

#if defined( __linux__ )
#include "linux_audio.h"
#else
#error new platform
#endif

// #endif // _PLATFORM_AUDIO_H_