Skip to content

Commit

Permalink
Fixed SoundBuffer.h
Browse files Browse the repository at this point in the history
  • Loading branch information
triscuitcircuit committed Nov 19, 2023
1 parent 1ba003d commit 3c096e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RcEngine/src/RcEngine/Sound/SoundBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef RCGAMEENGINE_SOUNDBUFFER_H
#define RCGAMEENGINE_SOUNDBUFFER_H
#include "AL/al.h"
#include "/opt/homebrew/include/sndfile.h"
#include "sndfile.h"

namespace RcEngine{
class SoundBuffer{
Expand Down

0 comments on commit 3c096e9

Please sign in to comment.