Changes in game-gui-glfw.hpp [f133da0:a0da009] in opengl-game


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • game-gui-glfw.hpp

    rf133da0 ra0da009  
    5050void glfw_mouse_button_callback(GLFWwindow* window, int button, int action, int mods);
    5151void glfw_key_callback(GLFWwindow* window, int key, int scancode, int action, int mods);
     52void glfw_window_size_callback(GLFWwindow* window, int width, int height);
    5253
    5354#endif // _GAME_GUI_GLFW_H
Note: See TracChangeset for help on using the changeset viewer.