From 13f5859befb8c7b23079d62b1e683288a75c7c3b Mon Sep 17 00:00:00 2001
From: Joseph Walton-Rivers <joseph@walton-rivers.uk>
Date: Sun, 19 Jun 2022 19:20:40 +0100
Subject: [PATCH] give glfw plugin a friendly name

---
 include/fggl/gfx/compat.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/fggl/gfx/compat.hpp b/include/fggl/gfx/compat.hpp
index dc5e183..eefc4d0 100644
--- a/include/fggl/gfx/compat.hpp
+++ b/include/fggl/gfx/compat.hpp
@@ -62,6 +62,7 @@ namespace fggl::gfx {
 
 	};
 
+	using Glfw = ecsGlfwModule;
 }
 
 #endif
-- 
GitLab