9 lines
114 B
C
9 lines
114 B
C
#ifndef RENDER_H
|
|
#define RENDER_H
|
|
|
|
#define GLFW_INCLUDE_NONE
|
|
#include <glad/gl.h>
|
|
#include <GLFW/glfw3.h>
|
|
|
|
#endif
|