mirror of
https://github.com/Maschell/SDL2_Playground.git
synced 2025-02-17 13:36:24 +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 <SDL2/SDL_render.h>
|
||||||
#include "GuiElement.h"
|
#include "GuiElement.h"
|
||||||
#include "glm/glm.hpp"
|
|
||||||
|
|
||||||
//!Display, manage, and manipulate images in the GUI
|
//!Display, manage, and manipulate images in the GUI
|
||||||
class GuiImage : public GuiElement {
|
class GuiImage : public GuiElement {
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
#include "GuiElement.h"
|
#include "GuiElement.h"
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <glm/vec4.hpp>
|
|
||||||
#include <SDL2/SDL_ttf.h>
|
#include <SDL2/SDL_ttf.h>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user