mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
10 lines
319 B
C++
10 lines
319 B
C++
--- src/modules/graphics/opengl/VertexBuffer.cpp.orig 2012-04-06 18:15:01 UTC
|
|
+++ src/modules/graphics/opengl/VertexBuffer.cpp
|
|
@@ -18,6 +18,7 @@
|
|
* 3. This notice may not be removed or altered from any source distribution.
|
|
**/
|
|
|
|
+#define GL_GLEXT_PROTOTYPES
|
|
#include "VertexBuffer.h"
|
|
|
|
#include "common/Exception.h"
|