10 lines
141 B
C
10 lines
141 B
C
#ifndef GLFW_H
|
|
#define GLFW_H
|
|
|
|
#define GLAD_GL_IMPLEMENTATION
|
|
#include <glad/gl.h>
|
|
|
|
#define GLFW_INCLUDE_NONE
|
|
#include <GLFW/glfw3.h>
|
|
|
|
#endif |