remove vector include

This commit is contained in:
elmarsan
2024-02-27 22:21:56 +01:00
parent 3e94252892
commit 5390505e6f

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,