Navigation Menu

Skip to content

Commit

Permalink
Moved gl*.h into GL directory.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Apr 29, 2008
1 parent 37d2c5b commit 6206c3c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions mojoshader_opengl.c
Expand Up @@ -16,8 +16,8 @@

#include "mojoshader.h"
#define GL_GLEXT_LEGACY 1
#include "gl.h"
#include "glext.h"
#include "GL/gl.h"
#include "GL/glext.h"

// Get basic wankery out of the way here...

Expand Down

0 comments on commit 6206c3c

Please sign in to comment.