From 9850d3c5dea463504e46b16cc2d403e663d186a4 Mon Sep 17 00:00:00 2001 From: Stephen Enders Date: Mon, 18 Jan 2021 08:01:21 -0500 Subject: Roll tweaks --- helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helper.h') 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 createPiece(int id, sf::Texture& texture); -std::shared_ptr> +std::shared_ptr>> createAllDice(sf::Texture& die0Texture, sf::Texture& die1Texture); std::shared_ptr>> -- cgit v1.2.3-54-g00ecf