X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgame%2Fpool.h;h=2b8e799d158b17e12bcb9f3c277f81bb553fa918;hb=bfbcfa2678c70d661cb9104b2ef677d7d7b5a637;hp=9b55e1df5f192e1d844796b2aa80fa3ce81c72d9;hpb=c48c91b722ae2ce34becc1ba975cd3b937f58b83;p=libs%2Fgame.git diff --git a/source/game/pool.h b/source/game/pool.h index 9b55e1d..2b8e799 100644 --- a/source/game/pool.h +++ b/source/game/pool.h @@ -72,6 +72,7 @@ private: void add_block(); public: + std::uint32_t get_capacity() const { return capacity; } void destroy(void *); };