summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Pahl <axelpahl@gmx.de>2020-04-15 12:32:56 +0200
committerAxel Pahl <axelpahl@gmx.de>2020-04-15 12:32:56 +0200
commitdf889fbd81c07c53678bda6e75691a6d05162dbb (patch)
tree18c0824f4548150a12490256b4a296986cdaac07
parentf575672eb65c9a9d53d06a4244b49365e3fe8d6a (diff)
downloadnimraylib-df889fbd81c07c53678bda6e75691a6d05162dbb.tar.gz
nimraylib-df889fbd81c07c53678bda6e75691a6d05162dbb.zip
rule for rAudiobuffer
-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 =