]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Assets.hpp
use (and fix) new shape implementation
[blank.git] / src / app / Assets.hpp
index b9d62e2e04ae7ba284dd9fe69aa058208ad7627a..941fa1ba51966f9b45617adf44dabe9437707a84 100644 (file)
@@ -21,7 +21,11 @@ class AssetLoader {
 public:
        explicit AssetLoader(const std::string &base);
 
-       void LoadBlockTypes(const std::string &set_name, BlockTypeRegistry &, TextureIndex &) const;
+       void LoadBlockTypes(
+               const std::string &set_name,
+               BlockTypeRegistry &,
+               TextureIndex &,
+               const ShapeRegistry &) const;
        CubeMap LoadCubeMap(const std::string &name) const;
        Font LoadFont(const std::string &name, int size) const;
        void LoadShapes(const std::string &set_name, ShapeRegistry &) const;