mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 15:21:59 +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 <gtk/gtk.h>
|
||||
#ifdef USE_GTKGLAREA
|
||||
#include <epoxy/gl.h>
|
||||
#endif
|
||||
#include <GL/gl.h>
|
||||
|
||||
extern void DrawPathLines();
|
||||
|
|
Loading…
Reference in a new issue