Skip to content

Commit

Permalink
Merge pull request #4 from notspiff/drop_glew_part_2
Browse files Browse the repository at this point in the history
fix include path to not use glew
  • Loading branch information
wsnipex committed Oct 28, 2015
2 parents b5e1414 + 8e19b6e commit dbff7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.cpp
Expand Up @@ -37,7 +37,7 @@ extern "C" {
#include "goom.h"
}
#include "goom_config.h"
#include <GL/glew.h>
#include <GL/gl.h>

extern int preset_index;
char g_visName[512];
Expand Down

0 comments on commit dbff7f8

Please sign in to comment.