We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3afbdef commit 7f2cd5bCopy full SHA for 7f2cd5b
camal/split.camal
@@ -16,6 +16,7 @@ content_h["$"] = "\n";
16
content_c : string;
17
content_c["$"] = header;
18
content_c["$"] = "\n";
19
+content_c["$"] = '#include "miniaudio.h"\n\n';
20
content_c["$"] = @(miniaudio_h["#ifndef miniaudio_c" : "#endif /\* miniaudio_c \*/"]);
21
content_c["$"] = "\n\n";
22
content_c["$"] = footer;
0 commit comments