update raylib and docs

This commit is contained in:
richard 2021-10-26 15:54:10 +01:00
parent dbddc940e8
commit fb93d5f330
11 changed files with 3956 additions and 8070 deletions

View file

@ -17,7 +17,7 @@ from raylib import rl, ffi
from inspect import ismethod, getmembers, isbuiltin
import inflection, sys, json
f = open("raylib_api.json", "r")
f = open("raylib.json", "r")
js = json.load(f)