summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--raylib.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/raylib.cfg b/raylib.cfg
index 652d01d..8215004 100644
--- a/raylib.cfg
+++ b/raylib.cfg
@@ -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 =