8 lines
93 B
C
8 lines
93 B
C
#ifndef RENDER_H
|
|
#define RENDER_H
|
|
|
|
#define GLFW_INCLUDE_NONE
|
|
#include <GLFW/glfw3.h>
|
|
|
|
#endif
|