declerations -> declarations

This commit is contained in:
Jane Doe
2020-10-04 09:41:34 -07:00
parent cb871509fa
commit b91f519d6f
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
#include <iostream> #include <iostream>
// GLFW function declerations // GLFW function declarations
void framebuffer_size_callback(GLFWwindow* window, int width, int height); void framebuffer_size_callback(GLFWwindow* window, int width, int height);
void key_callback(GLFWwindow* window, int key, int scancode, int action, int mode); void key_callback(GLFWwindow* window, int key, int scancode, int action, int mode);

View File

@@ -14,7 +14,7 @@
#include <iostream> #include <iostream>
// GLFW function declerations // GLFW function declarations
void framebuffer_size_callback(GLFWwindow* window, int width, int height); void framebuffer_size_callback(GLFWwindow* window, int width, int height);
void key_callback(GLFWwindow* window, int key, int scancode, int action, int mode); void key_callback(GLFWwindow* window, int key, int scancode, int action, int mode);