X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FAssets.hpp;h=0512f7e5642c3f67c85a6a92b56d11ea233648df;hb=d921cba26f21e4a75b22f5e9d9be988707bf6a8f;hp=5f971c689ddba201d7cbc700a6b1c1e79c975692;hpb=8f6530c75730f901efd6708e4fde7e68a178adf1;p=blobs.git diff --git a/src/app/Assets.hpp b/src/app/Assets.hpp index 5f971c6..0512f7e 100644 --- a/src/app/Assets.hpp +++ b/src/app/Assets.hpp @@ -1,6 +1,7 @@ #ifndef BLOBS_APP_ASSETS_HPP_ #define BLOBS_APP_ASSETS_HPP_ +#include "../creature/NameGenerator.hpp" #include "../graphics/AlphaSprite.hpp" #include "../graphics/ArrayTexture.hpp" #include "../graphics/Canvas.hpp" @@ -32,6 +33,8 @@ struct Assets { math::GaloisLFSR random; + creature::NameGenerator name; + struct { world::Set resources; world::Set tile_types;