Fixed "/root/project/src/glez.cpp:11:10: fatal error: glez/detail/render.hpp: No such file or directory"

This commit is contained in:
Rebekah 2022-04-04 19:41:19 -04:00
parent 71a7a9a4b1
commit 7132d84fa2
Signed by: oneechanhax
GPG Key ID: 183EB7902964DAE5

View File

@ -8,7 +8,6 @@
#include <cstring> #include <cstring>
#include <freetype-gl.h> #include <freetype-gl.h>
#include <glez/detail/record.hpp> #include <glez/detail/record.hpp>
#include <glez/detail/render.hpp>
#include <glez/font.hpp> #include <glez/font.hpp>
#include <glez/glez.hpp> #include <glez/glez.hpp>
#include <mat4.h> #include <mat4.h>