Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
japajoe committed Jan 26, 2025
1 parent 75071e1 commit c1abf16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions include/miniaudioex.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
#ifndef MINIAUDIOEX_H
#define MINIAUDIOEX_H

#define MINIAUDIO_IMPLEMENTATION
#include "miniaudio.h"

typedef void (*ma_procedural_wave_proc)(void *pUserData, void* pFramesOut, ma_uint64 frameCount, ma_uint32 channels);
Expand Down
2 changes: 1 addition & 1 deletion src/miniaudioex.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#define MINIAUDIO_IMPLEMENTATION

#include "miniaudioex.h"
#include <stdlib.h>
#include <stdio.h>
Expand Down

0 comments on commit c1abf16

Please # to comment.