diff options
| author | Ray <[email protected]> | 2022-07-15 19:11:42 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-07-15 19:11:42 +0200 |
| commit | 49a534b5d478fd2f195380143ded4f0ab764c228 (patch) | |
| tree | 397cecaef03633a3888e93bf26540ea9b04b4598 /src | |
| parent | cccea34c6f3e43123d5703229ddf72e22a1d1f49 (diff) | |
| download | raylib-49a534b5d478fd2f195380143ded4f0ab764c228.tar.gz raylib-49a534b5d478fd2f195380143ded4f0ab764c228.zip | |
Removed raudio.h from public header
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c96f4f56..ceb9666e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -25,7 +25,6 @@ set(raylib_public_headers raylib.h rlgl.h raymath.h - raudio.h ) # Sources to be compiled |
