separate tests for dynamic

This commit is contained in:
richard 2022-02-02 20:29:45 +00:00
parent 82d310ea76
commit 7b889a2350
12 changed files with 27 additions and 0 deletions

7
tests/xtest_rlgl.py Normal file
View file

@ -0,0 +1,7 @@
from raylib import *
InitWindow(800, 450, b"rlGL test")
SetTargetFPS(60)
print(rlGetVersion())