Merge pull request #384 from elmarsan/remove-vector-include

Remove vector include in camera.h
This commit is contained in:
Joey de Vries
2024-02-28 13:43:35 +01:00
committed by GitHub

View File

@@ -5,8 +5,6 @@
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <vector>
// Defines several possible options for camera movement. Used as abstraction to stay away from window-system specific input methods
enum Camera_Movement {
FORWARD,