5 lines
No EOL
107 B
C
5 lines
No EOL
107 B
C
#pragma once
|
|
#include <GLFW/glfw3.h>
|
|
|
|
void renderInit(GLFWwindow* window);
|
|
void render(GLFWwindow* window); |