1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-04 11:10:15 +00:00
qb64/internal/c/parts/core/gl_header_for_parsing
2014-02-25 03:36:46 -05:00
..
temp Pushed change to fully unlock the use of all our Math Functions with CONST. Post on QB64.net forums will highlight the changes and what this does for us. 2014-02-25 03:36:46 -05:00
gl.h Pushed change to fully unlock the use of all our Math Functions with CONST. Post on QB64.net forums will highlight the changes and what this does for us. 2014-02-25 03:36:46 -05:00
readme.txt Pushed change to fully unlock the use of all our Math Functions with CONST. Post on QB64.net forums will highlight the changes and what this does for us. 2014-02-25 03:36:46 -05: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.