autogenerate type hints for pyray

This commit is contained in:
richard 2021-08-26 18:57:32 +01:00
parent 84fd32b44e
commit 3044797382
3 changed files with 874 additions and 1 deletions

View file

@ -2,5 +2,6 @@ from raylib.static._raylib_cffi import ffi, lib as rl
from raylib.static._raylib_cffi.lib import *
from raylib.colors import *
import cffi
import sys
print("RAYLIB STATIC LOADED")
print("RAYLIB STATIC LOADED", file=sys.stderr)