Added missing declaration.

This commit is contained in:
Camilla Berglund 2010-09-27 02:16:17 +02:00
parent 007766bd91
commit f93801c221

View File

@ -299,6 +299,7 @@ void _glfwClearWindowHints(void);
// Input handling (window.c)
void _glfwInputKey(_GLFWwindow* window, int key, int action);
void _glfwInputChar(_GLFWwindow* window, int character);
void _glfwInputScroll(_GLFWwindow* window, int x, int y);
void _glfwInputMouseClick(_GLFWwindow* window, int button, int action);
void _glfwInputWindowFocus(_GLFWwindow* window, GLboolean activated);