raylib/lib
vent 4dbbea186e Clean up generate_functions.py
This commit fixes the PEP8 warnings, with the only change to the PEP8
standard being the column limit change from 80 to 120. These warnings
were gathered with `flake8` version 6.1.0.

The complete command to see warnings was:
    `flake8 --max-line-length 120 generate_functions.py`

Additionally, comments have been line wrapped in places, start of
sentences have been capitalized, and full stops have been added to
terminate sentences.
2023-09-11 15:14:59 +01:00
..
preludes Use slice length instead of asking for it from the callee on some functions (#50) 2023-08-18 00:58:13 +02:00
generate_functions.py Clean up generate_functions.py 2023-09-11 15:14:59 +01:00
raylib-zig-ext.zig Update to raylib head 2023-08-05 20:16:53 +02:00
raylib-zig-math-ext.zig Fix file exists in multiple modules error when including raymath 2023-08-05 20:10:10 +02:00
raylib-zig-math.zig Fix file exists in multiple modules error when including raymath 2023-08-05 20:10:10 +02:00
raylib-zig.zig Use slice length instead of asking for it from the callee on some functions (#50) 2023-08-18 00:58:13 +02:00