#ifndef ARC_OPENGL_WINDOW_H_ #define ARC_OPENGL_WINDOW_H_ #ifdef ARC_GLFW_WINDOW #define GLEW_STATIC #include #include "arc/graphics/window.h" #include typedef GLFWwindow ARC_WindowType; #endif // !ARC_GLFW_WINDOW #endif // !ARC_GLFW_WINDOW_H_