X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FAssets.hpp;h=05a45ac82abe211a9425b4fa7aa0bf5e194c29f6;hb=7ae2bd120fd0e1800edc9cbeb61e72bd06ffcf10;hp=4ea7f57458f1f8c2435114eb561f40688c364bbc;hpb=fec78f7f01a03f10f8ff75c9b87929bf8c2d61e4;p=blobs.git diff --git a/src/app/Assets.hpp b/src/app/Assets.hpp index 4ea7f57..05a45ac 100644 --- a/src/app/Assets.hpp +++ b/src/app/Assets.hpp @@ -5,6 +5,9 @@ #include "../graphics/CreatureSkin.hpp" #include "../graphics/PlanetSurface.hpp" #include "../graphics/SunSurface.hpp" +#include "../world/Resource.hpp" +#include "../world/Set.hpp" +#include "../world/TileType.hpp" #include @@ -18,6 +21,11 @@ struct Assets { std::string tile_path; std::string skin_path; + struct { + world::Set resources; + world::Set tiles; + } data; + struct { graphics::ArrayTexture tiles; graphics::ArrayTexture skins;