8 lines
88 B
C
8 lines
88 B
C
#ifndef RENDER_H
|
|
#define RENDER_H
|
|
|
|
#include <glad/gl.h>
|
|
#include <GLFW/glfw3.h>
|
|
|
|
#endif
|