medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit b4d3bef024b2a4a3d56ddf532c6b324942d2d5cc
parent ada73b193e9ae5399a5c0516ba49de11fd012e95
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Aug 16 11:20:45 +0200

Use opengl.h in heightmap.h

Diffstat:
heightmap.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/heightmap.h b/heightmap.h @@ -3,7 +3,7 @@ #include <string> -#include <OpenGL/gl3.h> +#include "opengl.h" #include <glm/glm.hpp> #include "intrinsics.h"