type hints for raylib.static
This commit is contained in:
parent
aa5659f272
commit
b0a8448573
7 changed files with 2753 additions and 79 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue