mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-23 12:21:51 +00:00
Missing ifdef USE_GTKGLAREA
This commit is contained in:
parent
7dc9eae709
commit
b009d0794a
1 changed files with 2 additions and 0 deletions
|
@ -27,7 +27,9 @@
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
#ifdef USE_GTKGLAREA
|
||||||
#include <epoxy/gl.h>
|
#include <epoxy/gl.h>
|
||||||
|
#endif
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
|
|
||||||
extern void DrawPathLines();
|
extern void DrawPathLines();
|
||||||
|
|
Loading…
Reference in a new issue