X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fapp%2FAssets.hpp;h=5f971c689ddba201d7cbc700a6b1c1e79c975692;hp=22b60878da42ed6663d5735fa338b13e8f71d061;hb=8f6530c75730f901efd6708e4fde7e68a178adf1;hpb=c51b3bbef5c9b8ab52f55d46f08c5992fe574f70 diff --git a/src/app/Assets.hpp b/src/app/Assets.hpp index 22b6087..5f971c6 100644 --- a/src/app/Assets.hpp +++ b/src/app/Assets.hpp @@ -8,6 +8,7 @@ #include "../graphics/Font.hpp" #include "../graphics/PlanetSurface.hpp" #include "../graphics/SunSurface.hpp" +#include "../math/GaloisLFSR.hpp" #include "../world/Resource.hpp" #include "../world/Set.hpp" #include "../world/TileType.hpp" @@ -29,6 +30,8 @@ struct Assets { std::string skin_path; std::string tile_path; + math::GaloisLFSR random; + struct { world::Set resources; world::Set tile_types;