add the modified header files to the source distro to make building on windows easier

This commit is contained in:
Richard Smith 2024-09-20 16:27:11 +01:00
parent 035830b567
commit 15ea1dc79b

View file

@ -4,7 +4,11 @@ include pyray/*.pyi
include raylib/*.pyd
exclude raylib/*.a
include raylib/*.h
include raylib/*.h.modified
exclude raylib/*.c
exclude raylib/*.o
include version.py
exclude tests/*