Minor tweaks and comments

This commit is contained in:
raysan5
2021-07-09 17:36:20 +02:00
parent 2156cd4a84
commit 5ed814e950
6 changed files with 34 additions and 33 deletions

View File

@@ -645,7 +645,7 @@ RLAPI void rlLoadDrawQuad(void); // Load and draw a quad
#if defined(GRAPHICS_API_OPENGL_11)
#if defined(__APPLE__)
#include <OpenGL/gl.h> // OpenGL 1.1 library for OSX
#include <OpenGL/glext.h>
#include <OpenGL/glext.h> // OpenGL extensions library
#else
// APIENTRY for OpenGL function pointer declarations is required
#ifndef APIENTRY