]> gitweb.factorcode.org Git - factor.git/commit
raylib.ffi.util: Provide convenience for defining array accesses
authortimor <timor.dd@googlemail.com>
Sun, 23 May 2021 10:39:41 +0000 (12:39 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 23 May 2021 22:54:17 +0000 (15:54 -0700)
commit25af8fa205125c3ad846bee0a7395056788a09d2
tree7d6a225fb4df73b1178e340a01f4a46deaf26bf2
parent4c13c1ba40bfdb3490243c65018da8598e38c324
raylib.ffi.util: Provide convenience for defining array accesses

This abstracts the pattern that raylib structures store arrays as pointers with
an associated length slot
extra/raylib/ffi/ffi.factor
extra/raylib/ffi/util/util.factor [new file with mode: 0644]