mirror of
https://github.com/Maschell/SDL2_Playground.git
synced 2024-11-23 21:29:17 +01:00
Removed unused glm dependency
This commit is contained in:
parent
91d84b3d60
commit
9562189313
@ -18,7 +18,6 @@
|
||||
|
||||
#include <SDL2/SDL_render.h>
|
||||
#include "GuiElement.h"
|
||||
#include "glm/glm.hpp"
|
||||
|
||||
//!Display, manage, and manipulate images in the GUI
|
||||
class GuiImage : public GuiElement {
|
||||
|
@ -18,7 +18,6 @@
|
||||
|
||||
#include "GuiElement.h"
|
||||
#include <mutex>
|
||||
#include <glm/vec4.hpp>
|
||||
#include <SDL2/SDL_ttf.h>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user