Menu

📰
0

Reddit - Please wait for verification

Reading 0:00
15s threshold

i found this library called miniaudio, however instead of having precompiled dll files, its just the header and then the c file that really only includes the header, the header file has all of the definitions and declarations of everything in the library, it makes the compile times take a lot of time, can i compile the header file to a dll the c file is literally just: #define MINIAUDIO_IMPLEMENTATION #include "miniaudio/miniaudio.h" and the header file is like 4 megabytes submitted by /u/wiseneddustmite [link] [comments]

Read More