mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-11 20:15:48 +00:00
restructured opengl plugin
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@63 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
5955748d58
commit
375b0052e3
58 changed files with 310 additions and 33295 deletions
|
@ -30,17 +30,15 @@
|
|||
#include <windowsx.h>
|
||||
#include <mmsystem.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
void OpenConsole();
|
||||
void CloseConsole();
|
||||
|
||||
#define GLEW_STATIC
|
||||
|
||||
#include "GL/glew.h"
|
||||
#include "GL/wglew.h"
|
||||
#include "GL/gl.h"
|
||||
#include "GL/glext.h"
|
||||
#include "GLew/glew.h"
|
||||
#include "GLew/wglew.h"
|
||||
#include "GLew/gl.h"
|
||||
#include "GLew/glext.h"
|
||||
|
||||
#else // linux basic definitions
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue