aboutsummaryrefslogtreecommitdiff
path: root/include/SfmlFixes.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-11-17 09:47:45 +0100
committerdec05eba <dec05eba@protonmail.com>2021-11-17 09:59:29 +0100
commit453eac7f1f5ef70390ec51087fc1f190811a7507 (patch)
tree21a32ef6de9a3d7c29562484104b56c12518a6f0 /include/SfmlFixes.hpp
parentfc49d40c0d2f6edbbe9dde1f1b53d6a17e9d9f7d (diff)
Replace sfml with mgl
Diffstat (limited to 'include/SfmlFixes.hpp')
-rw-r--r--include/SfmlFixes.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/SfmlFixes.hpp b/include/SfmlFixes.hpp
deleted file mode 100644
index fc893c5..0000000
--- a/include/SfmlFixes.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#include <SFML/Graphics/Image.hpp>
-
-namespace QuickMedia {
- // See: https://github.com/SFML/SFML/issues/1711
- // TODO: Remove when above is fixed, or fix ourselves and include the fixed sfml version as a dependency,
- // or write our own image class (maybe even use stb like sfml does but no error reason printing)
- bool load_image_from_file(sf::Image &image, const std::string &filepath);
- bool load_image_from_memory(sf::Image &image, const void *data, size_t size);
-} \ No newline at end of file