6 lines
162 B
C
6 lines
162 B
C
#include <glad/glad.h>
|
|
#include <GLFW/glfw3.h>
|
|
|
|
void framebuffer_size_callback(GLFWwindow* window, int width, int height);
|
|
|
|
void processInput(GLFWwindow* window); |