diff options
| author | Axel Pahl <axelpahl@gmx.de> | 2020-04-15 12:32:56 +0200 |
|---|---|---|
| committer | Axel Pahl <axelpahl@gmx.de> | 2020-04-15 12:32:56 +0200 |
| commit | df889fbd81c07c53678bda6e75691a6d05162dbb (patch) | |
| tree | 18c0824f4548150a12490256b4a296986cdaac07 | |
| parent | f575672eb65c9a9d53d06a4244b49365e3fe8d6a (diff) | |
| download | nimraylib-df889fbd81c07c53678bda6e75691a6d05162dbb.tar.gz nimraylib-df889fbd81c07c53678bda6e75691a6d05162dbb.zip | |
rule for rAudiobuffer
| -rw-r--r-- | raylib.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 = |
