separate tests for dynamic
This commit is contained in:
parent
82d310ea76
commit
7b889a2350
12 changed files with 27 additions and 0 deletions
|
@ -1,7 +0,0 @@
|
|||
from raylib import *
|
||||
|
||||
InitWindow(800, 450, b"rlGL test")
|
||||
SetTargetFPS(60)
|
||||
|
||||
|
||||
print(rlGetVersion())
|
Reference in a new issue