From bf4307fc31ae68baa3768fbe1e14862713d32260 Mon Sep 17 00:00:00 2001 From: assiduous Date: Sun, 26 Jan 2020 18:54:07 -0800 Subject: Fixed command list and device context C interfaces; fixed more Linux & Mac build issues --- Graphics/GraphicsEngineOpenGL/include/GLContext.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Graphics/GraphicsEngineOpenGL') diff --git a/Graphics/GraphicsEngineOpenGL/include/GLContext.hpp b/Graphics/GraphicsEngineOpenGL/include/GLContext.hpp index 6c1abe8a..e89dc3ff 100644 --- a/Graphics/GraphicsEngineOpenGL/include/GLContext.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/GLContext.hpp @@ -34,9 +34,9 @@ #elif PLATFORM_LINUX # include "GLContextLinux.hpp" #elif PLATFORM_MACOS -# include "GLContextMacOS.h" +# include "GLContextMacOS.hpp" #elif PLATFORM_IOS -# include "GLContextIOS.h" +# include "GLContextIOS.hpp" #else # error Unsupported platform #endif -- cgit v1.2.3