]> gitweb.factorcode.org Git - factor.git/commitdiff
raylib: fix help-lint
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 16 Sep 2023 20:17:56 +0000 (13:17 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 16 Sep 2023 20:17:56 +0000 (13:17 -0700)
extra/raylib/raylib-docs.factor

index cf754923353b9e37fcff98e8836331a9a6619b4c..98dd82734a321e7742f626c42e25489d6fca7b40 100644 (file)
@@ -5538,7 +5538,8 @@ HELP: get-ray-collision-ground
 
 HELP: AudioCallback
 { $values
-    quot: { $quotation ( void* int -- ) } }
+    quot: { $quotation ( void* int -- ) }
+    alien: c-ptr }
 { $description
     Constructs a \ alien-callback that can be passed to
     raylib's audio processing functions. }