Dropping glew and using ImGui's loader instead

This commit is contained in:
AlexandreRouma
2022-01-22 18:03:14 +01:00
parent 0dc2f5f7c9
commit 6dc97de57b
26 changed files with 5286 additions and 2698 deletions

View File

@ -1,4 +1,3 @@
#include <GL/glew.h>
#include <gui/dialogs/loading_screen.h>
#include <gui/main_window.h>
#include <imgui.h>