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