Initial Commit
This commit is contained in:
10
thirdparty/miniaudio-0.11.24/tests/debugging/debugging.cpp
vendored
Normal file
10
thirdparty/miniaudio-0.11.24/tests/debugging/debugging.cpp
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/* This is just a sandbox for debugging miniaudio. Do not run this as part of some automated testing process. */
|
||||
#include "../../miniaudio.c"
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user