diff options
Diffstat (limited to 'ui/text.h')
-rw-r--r-- | ui/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,8 +1,8 @@ #pragma once #include "uiComponent.h" -#include <GL/glew.h> #include <glArrays.h> +#include <glad/gl.h> #include <glm/glm.hpp> #include <string_view> #include <vector> |