]> git.tdb.fi Git - libs/game.git/blobdiff - source/game/pool.h
Add reflection infrastructure
[libs/game.git] / source / game / pool.h
index 9b55e1df5f192e1d844796b2aa80fa3ce81c72d9..2b8e799d158b17e12bcb9f3c277f81bb553fa918 100644 (file)
@@ -72,6 +72,7 @@ private:
        void add_block();
 
 public:
+       std::uint32_t get_capacity() const { return capacity; }
        void destroy(void *);
 };