fix mac build

This commit is contained in:
Erwin Coumans
2013-03-13 14:02:49 -07:00
parent d8a3732306
commit 3ad76286e6
6 changed files with 29 additions and 6 deletions

View File

@@ -6,11 +6,11 @@
#endif
#ifdef __APPLE__
#include "MacOpenGLWindow.h"
#include "OpenGLWindow/MacOpenGLWindow.h"
#elif defined _WIN32
#include "OpenGLWindow/Win32OpenGLWindow.h"
#elif defined __linux
#include "../rendering/rendertest/X11OpenGLWindow.h"
#include "OpenGLWindow/X11OpenGLWindow.h"
#endif
#include "OpenGLWindow/GLPrimitiveRenderer.h"