Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarItem.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-06-24 23:38:27 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-06-24 23:38:27 +1000
commit2bd399fd00d87683e37b41bfc1a25772c6cde71f (patch)
treec720c2c428e17c408fb25b97e23b9fe4b9f2cd06 /source/game/StarItem.hpp
parent7eb010d4a1c6a90d5040b3ec2e7d189fb387b9b2 (diff)
Armor optimizations
Diffstat (limited to 'source/game/StarItem.hpp')
-rw-r--r--source/game/StarItem.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/game/StarItem.hpp b/source/game/StarItem.hpp
index 0dba854..ed13f82 100644
--- a/source/game/StarItem.hpp
+++ b/source/game/StarItem.hpp
@@ -114,6 +114,8 @@ public:
// Returns just the dynamic parameters
Json parameters() const;
+ static bool itemsEqual(ItemConstPtr const& a, ItemConstPtr const& b);
+
protected:
void setMaxStack(uint64_t maxStack);
void setDescription(String const& description);