mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
Add debugging sandbox for the purpose of debugging miniaudio.
This commit is contained in:
@@ -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