1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-16 03:54:01 +00:00
qb64/internal/c/parts/core/gl_header_for_parsing
2014-09-28 11:27:07 -04:00
..
temp Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00
gl.h Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00
readme.txt Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00

Do not replace the copy of 'gl.h' in this folder.
It is parsed by the QB64 compiler purely for constants and function definitions.
It is parsed once on each QB64 start-up.
Other copies of 'gl.h' will not be parsed properly.
For all current implementations of QB64 (32 or 64 bit, Linux/Windows/MacOSX) this copy will suffice.

If a function definition or constant has been missed please feel free to update this file.