mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2025-01-08 07:45:31 +00:00
14 lines
258 B
C++
14 lines
258 B
C++
|
/*
|
||
|
* Copyright (c) 2015 Andrew Kelley
|
||
|
*
|
||
|
* This file is part of libsoundio, which is MIT licensed.
|
||
|
* See http://opensource.org/licenses/MIT
|
||
|
*/
|
||
|
|
||
|
#ifndef SOUNDIO_DUMMY_HPP
|
||
|
#define SOUNDIO_DUMMY_HPP
|
||
|
|
||
|
int soundio_dummy_init(struct SoundIo *soundio);
|
||
|
|
||
|
#endif
|