source: network-game/graphics_library/common/controls.hpp@ 7f9b01c

Last change on this file since 7f9b01c was af116c0, checked in by Dmitry Portnoy <dmp1488@…>, 10 years ago

new graphics library code

  • Property mode set to 100644
File size: 145 bytes
Line 
1#ifndef CONTROLS_HPP
2#define CONTROLS_HPP
3
4void computeMatricesFromInputs();
5glm::mat4 getViewMatrix();
6glm::mat4 getProjectionMatrix();
7
8#endif
Note: See TracBrowser for help on using the repository browser.