Updated selection mechanism

This commit is contained in:
mathusummut
2019-02-01 04:31:10 +01:00
parent fa0ae69220
commit 66383eaa54
29 changed files with 184 additions and 260 deletions

View File

@@ -20,19 +20,10 @@
#ifndef _SHARED_PLATFORM_GLWRAP_H_
#define _SHARED_PLATFORM_GLWRAP_H_
#include <GL/glew.h>
#ifdef WIN32
#include <windows.h>
#include <GL/glew.h>
#define GLEST_GLPROC(X, Y) inline X( static a= wglGetProcAddress(a); return a;)
#else
#include <GL/glew.h>
#define GL_GLEXT_PROTOTYPES
#endif
#include <string>