8 lines
105 B
C
8 lines
105 B
C
|
#pragma once
|
||
|
|
||
|
//#include <glad/glad.h>
|
||
|
|
||
|
#define GLEW_STATIC
|
||
|
#include <GL/glew.h>
|
||
|
#include <glfw/glfw3.h>
|