]> git.localhorst.tv Git - blobs.git/blobdiff - src/creature/Goal.hpp
split creature when it's "ripe" lol
[blobs.git] / src / creature / Goal.hpp
index 2ec03bf255e7baa23f792e7d52a3188364d2e6f5..9ffeb0f006878f08e96f044436a8ab6987204130 100644 (file)
@@ -6,6 +6,9 @@
 
 
 namespace blobs {
+namespace app {
+       struct Assets;
+}
 namespace creature {
 
 class Creature;
@@ -28,6 +31,8 @@ public:
        const Situation &GetSituation() const noexcept;
        Steering &GetSteering() noexcept;
        const Steering &GetSteering() const noexcept;
+       app::Assets &Assets() noexcept;
+       const app::Assets &Assets() const noexcept;
 
        double Urgency() const noexcept { return urgency; }
        void Urgency(double u) noexcept { urgency = u; }