aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2022-04-27 17:28:10 +0000
committerLeonard Kugis <leonard@kug.is>2022-04-27 17:28:10 +0000
commit432710105944621ed3a10142e2a80ba37c47eb60 (patch)
tree388852b762a2616e41eddbb9bf342f508a2f264e /src/main.cpp
parent6d66503311063929faa7212cadbf3cfe8313e496 (diff)
downloadvr-video-player-432710105944621ed3a10142e2a80ba37c47eb60.tar.gz
vr-video-player-432710105944621ed3a10142e2a80ba37c47eb60.tar.bz2
vr-video-player-432710105944621ed3a10142e2a80ba37c47eb60.zip
Added Makefile
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3931e74..60d9619 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -32,7 +32,7 @@
// Modified by: DEC05EBA
#include <GL/glew.h>
-#include "../include/window_texture.h"
+#include "window_texture.h"
#include <SDL.h>
#include <SDL_opengl.h>