generate h files on linux and then use them on windows

This commit is contained in:
richard 2021-10-16 20:46:52 +01:00
parent 10545a2f37
commit ef2d56308a
16 changed files with 2533 additions and 384 deletions

7
tests/test_rlgl.py Normal file
View file

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