prepare to build
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
#include "Archimedes.h"
|
||||
|
||||
#define RENDERER_OPENGL
|
||||
#include "RendererOpenGL/RendererOpenGL.h"
|
||||
|
||||
namespace Archimedes {
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#ifdef WINDOW_GLFW
|
||||
#undef WINDOW_GLFW
|
||||
|
||||
#include "Archimedes.h"
|
||||
|
||||
#include <GLFW/glfw3.h>
|
||||
@@ -25,3 +28,5 @@ namespace Archimedes {
|
||||
|
||||
typedef WindowGLFW WindowImpl;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user