type hints for raylib.static

This commit is contained in:
richard 2021-08-28 13:35:55 +01:00
parent aa5659f272
commit b0a8448573
7 changed files with 2753 additions and 79 deletions

View file

@ -3,7 +3,7 @@ This shows how to use the CFFI static (API) binding. It should be fast and code
C code.
"""
from raylib.static import *
from raylib import *
InitWindow(800, 450, b"Raylib static texture test")
SetTargetFPS(60)