Skip to content

Commit

Permalink
(nk_common.c) Add HAVE_GLSL ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Jun 8, 2016
1 parent 4e91f6f commit b7d3ed5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions menu/drivers/nuklear/nk_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@
#include "../../menu_display.h"
#include "../../../gfx/video_shader_driver.h"

#ifdef HAVE_GLSL
#include "../../../gfx/drivers/gl_shaders/pipeline_nuklear.glsl.vert.h"
#include "../../../gfx/drivers/gl_shaders/pipeline_nuklear.glsl.frag.h"
#endif

struct nk_font *font;
struct nk_font_atlas atlas;
Expand Down

0 comments on commit b7d3ed5

Please sign in to comment.