summaryrefslogtreecommitdiff
path: root/bag.h
diff options
context:
space:
mode:
Diffstat (limited to 'bag.h')
-rw-r--r--bag.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bag.h b/bag.h
index 5444076..e7e3f22 100644
--- a/bag.h
+++ b/bag.h
@@ -72,6 +72,9 @@ public:
// use this to start out your bag for use
void prepareFullBag();
+ // Assuming a full bag, how many tiles would that be?
+ int fullBagTileCount();
+
// whether there are no tiles left in the bag
bool empty() const;