summaryrefslogtreecommitdiff
path: root/src/helper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper.hpp')
-rw-r--r--src/helper.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper.hpp b/src/helper.hpp
index 3e7ffbb..9495791 100644
--- a/src/helper.hpp
+++ b/src/helper.hpp
@@ -63,7 +63,7 @@ struct dice_t
std::shared_ptr<std::vector<sf::Texture>>
loadTextures(const char* path);
-std::shared_ptr<std::vector<sf::Sprite>>
+std::shared_ptr<std::vector<struct piece_t>>
createBoard(std::shared_ptr<std::vector<sf::Texture>> textures);
sf::Font