From 5c46e0f0a924989201c6784b0f956bc442f14a7e Mon Sep 17 00:00:00 2001 From: majortom6 Date: Sun, 19 Feb 2017 09:17:35 -0600 Subject: -removed glm library, its in the debian repos -made opengl and sdl folders in includes, moved various *hpps to them --- src/timer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timer.cpp') diff --git a/src/timer.cpp b/src/timer.cpp index 3a0b55e..9a8e7c8 100644 --- a/src/timer.cpp +++ b/src/timer.cpp @@ -1,4 +1,4 @@ -#include "timer.hpp" +#include "sdl/timer.hpp" Timer::Timer() { -- cgit v1.2.3