summaryrefslogtreecommitdiffstats
path: root/src/AssetManager.hpp
diff options
context:
space:
mode:
authorLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-08-09 04:05:19 +0200
committerLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-08-09 04:05:19 +0200
commitb4f6cd5dc161f89f7ca14f2e5e0654f977971fdb (patch)
tree077918a043190158e9cec9f04ac41acfe32ab549 /src/AssetManager.hpp
parentReplaced sdl2_image with stb_image (diff)
downloadAltCraft-b4f6cd5dc161f89f7ca14f2e5e0654f977971fdb.tar
AltCraft-b4f6cd5dc161f89f7ca14f2e5e0654f977971fdb.tar.gz
AltCraft-b4f6cd5dc161f89f7ca14f2e5e0654f977971fdb.tar.bz2
AltCraft-b4f6cd5dc161f89f7ca14f2e5e0654f977971fdb.tar.lz
AltCraft-b4f6cd5dc161f89f7ca14f2e5e0654f977971fdb.tar.xz
AltCraft-b4f6cd5dc161f89f7ca14f2e5e0654f977971fdb.tar.zst
AltCraft-b4f6cd5dc161f89f7ca14f2e5e0654f977971fdb.zip
Diffstat (limited to 'src/AssetManager.hpp')
-rw-r--r--src/AssetManager.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AssetManager.hpp b/src/AssetManager.hpp
index f3d0718..e05ba31 100644
--- a/src/AssetManager.hpp
+++ b/src/AssetManager.hpp
@@ -3,6 +3,7 @@
#include <string>
#include <vector>
#include <map>
+#include <functional>
#include <GL/glew.h>
#include <glm/vec4.hpp>