#ifndef CONTROLS_HPP #define CONTROLS_HPP void computeMatricesFromInputs(int windowWidth, int windowHeight); glm::mat4 getViewMatrix(); glm::mat4 getProjectionMatrix(); #endif