Go to the documentation of this file. 1#ifndef TATOOINE_GL_GL_INCLUDES_H
2#define TATOOINE_GL_GL_INCLUDES_H
4#define GLFW_INCLUDE_NONE
7#if defined(_WIN32) || defined(WIN32)
8#include <glad/glad_wgl.h>
10#include <glad/glad_egl.h>
13#include <GLFW/glfw3.h>