Replaced inline declarations with glext.h use.

This commit is contained in:
Camilla Berglund 2010-11-17 16:06:15 +01:00
parent 5a112d6cd1
commit 1f622adf0a

View File

@ -30,14 +30,11 @@
//========================================================================
#include <GL/glfw3.h>
#include <GL/glext.h>
#include <stdio.h>
#include <stdlib.h>
#ifndef GL_ARB_multisample
#define GL_MULTISAMPLE_ARB 0x809D
#endif
static void window_size_callback(GLFWwindow window, int width, int height)
{
glViewport(0, 0, width, height);