prosperon/source/engine/render.h

9 lines
114 B
C
Raw Normal View History

2021-11-30 21:29:18 -06:00
#ifndef RENDER_H
#define RENDER_H
#define GLFW_INCLUDE_NONE
2022-02-06 10:14:57 -06:00
#include <glad/gl.h>
#include <GLFW/glfw3.h>
2021-11-30 21:29:18 -06:00
2022-02-06 10:14:57 -06:00
#endif