]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Assets.hpp
some linting
[blank.git] / src / app / Assets.hpp
index c069c3ec32f7681e0c7573202567adde83327d00..9766577c565dd0d11b9ce4f0c98db3bbae1094d4 100644 (file)
@@ -25,7 +25,8 @@ public:
        void LoadBlockTypes(
                const std::string &set_name,
                BlockTypeRegistry &,
-               ResourceIndex &,
+               ResourceIndex &snd,
+               ResourceIndex &tex,
                const ShapeRegistry &) const;
        CubeMap LoadCubeMap(const std::string &name) const;
        Font LoadFont(const std::string &name, int size) const;
@@ -53,7 +54,7 @@ struct Assets {
        Font large_ui_font;
        Font small_ui_font;
 
-       Assets(const AssetLoader &);
+       explicit Assets(const AssetLoader &);
 
 };