source: network-game/graphics_library/common/controls.hpp@ 84754c0

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

new graphics library code

  • Property mode set to 100644
File size: 145 bytes
RevLine 
[af116c0]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.