update to raylib 4.2-dev and re-add physac and raygui from their own repos.

This commit is contained in:
richard 2022-06-12 02:08:36 +01:00
parent 3e729eca0f
commit 623c2a6c10
18 changed files with 2148 additions and 819 deletions

View file

@ -1,8 +1,8 @@
#!/usr/bin/env bash
gcc raylib-c/parser/raylib_parser.c
./a.out -i raylib-c/src/extras/raygui.h -o raygui.json -f JSON
./a.out -i raylib-c/src/extras/physac.h -o physac.json -f JSON
./a.out -i raygui/src/raygui.h -o raygui.json -f JSON
./a.out -i physac/src/physac.h -o physac.json -f JSON
./a.out -i raylib-c/src/raylib.h -o raylib.json -f JSON
python3 raylib/build.py