generate h files on linux and then use them on windows
This commit is contained in:
parent
10545a2f37
commit
ef2d56308a
16 changed files with 2533 additions and 384 deletions
7
tests/test_rlgl.py
Normal file
7
tests/test_rlgl.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from raylib import *
|
||||
|
||||
InitWindow(800, 450, b"rlGL test")
|
||||
SetTargetFPS(60)
|
||||
|
||||
|
||||
print(rlGetVersion())
|
Reference in a new issue