mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-26 17:00:46 +00:00
refactor: begin unglobbing std::vector
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
void registerTexture(Texture *texture);
|
||||
void unregisterTexture(const std::wstring &name, Texture *texture);
|
||||
Stitcher *createStitcher(const std::wstring &name);
|
||||
vector<Texture *> *createTextures(const std::wstring &filename, bool mipmap); // 4J added mipmap param
|
||||
std::vector<Texture *> *createTextures(const std::wstring &filename, bool mipmap); // 4J added mipmap param
|
||||
|
||||
private:
|
||||
std::wstring getTextureNameFromPath(const std::wstring &filename);
|
||||
|
||||
Reference in New Issue
Block a user