mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2026-05-23 10:46:44 +00:00
6 lines
72 B
C++
6 lines
72 B
C++
#include "soundio.h"
|
|
|
|
int main(int argc, char **argv) {
|
|
return 0;
|
|
}
|