summaryrefslogtreecommitdiff
path: root/helper.h
diff options
context:
space:
mode:
authorStephen Enders <smenders@gmail.com>2021-01-18 08:01:21 -0500
committerStephen Enders <smenders@gmail.com>2021-01-18 08:01:21 -0500
commit9850d3c5dea463504e46b16cc2d403e663d186a4 (patch)
treef3b9b9e3f1bb251a8a41618e890a3c9f16aec4dc /helper.h
parenteead8271c8ac12e75f52c58bf8a523f1d1897829 (diff)
Roll tweaks
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper.h b/helper.h
index 950dbab..1d9159b 100644
--- a/helper.h
+++ b/helper.h
@@ -74,7 +74,7 @@ createPlayer(sf::Texture& pieceTexture);
std::shared_ptr<struct piece_t>
createPiece(int id, sf::Texture& texture);
-std::shared_ptr<std::vector<struct dice_t>>
+std::shared_ptr<std::vector<std::shared_ptr<struct dice_t>>>
createAllDice(sf::Texture& die0Texture, sf::Texture& die1Texture);
std::shared_ptr<std::vector<std::shared_ptr<sf::Sprite>>>