mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2025-01-03 19:25:32 +00:00
6 lines
72 B
C++
6 lines
72 B
C++
#include "soundio.h"
|
|
|
|
int main(int argc, char **argv) {
|
|
return 0;
|
|
}
|