Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Nov 9, 2024
1 parent 8b475a0 commit 6dde067
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#define NOMINMAX
#endif

extern "C" {
#include <AL/al.h>

Check failure on line 11 in src/common.hpp

View workflow job for this annotation

GitHub Actions / lint

src/common.hpp:11:10 [clang-diagnostic-error]

'AL/al.h' file not found
#include <AL/alc.h>
#include <SDL2/SDL.h>
Expand All @@ -19,7 +18,6 @@ extern "C" {
#include <spng.h>
#include <vorbis/codec.h>
#include <vorbis/vorbisfile.h>
}

#include <algorithm>
#include <atomic>
Expand Down

0 comments on commit 6dde067

Please sign in to comment.