mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-30 20:13:22 +08:00
declerations -> declarations
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
// GLFW function declerations
|
||||
// GLFW function declarations
|
||||
void framebuffer_size_callback(GLFWwindow* window, int width, int height);
|
||||
void key_callback(GLFWwindow* window, int key, int scancode, int action, int mode);
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
// GLFW function declerations
|
||||
// GLFW function declarations
|
||||
void framebuffer_size_callback(GLFWwindow* window, int width, int height);
|
||||
void key_callback(GLFWwindow* window, int key, int scancode, int action, int mode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user