diff options
| -rw-r--r-- | raylib.cfg | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -2,8 +2,8 @@ output = raylib [n.prepare] -download-lin = "https://github.com/raysan5/raylib/releases/download/2.5.0/raylib-2.5.0-Linux-amd64.tar.gz" -execute-lin = "tar -C raylib --strip-components=1 -x -f raylib/raylib-2.5.0-Linux-amd64.tar.gz" +download-lin = "https://github.com/raysan5/raylib/releases/download/3.0.0/raylib-3.0.0-Linux-amd64.tar.gz" +execute-lin = "tar -C raylib --strip-components=1 -x -f raylib/raylib-3.0.0-Linux-amd64.tar.gz" [n.include] raylib/include @@ -36,6 +36,9 @@ prepend.music = """MusicData* = object search.bool = "_Bool" replace.bool = "bool" +search.audiobuffer = "buffer*: ptr rAudioBuffer" +replace.audiobuffer = "buffer*: pointer" + append = """ template initColor*(rr, gg, bb, aa: int): Color = |
