mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-27 17:20:47 +00:00
refactor: begin unglobbing std::vector
This commit is contained in:
@@ -12,7 +12,7 @@ class Model
|
||||
public:
|
||||
float attackTime;
|
||||
bool riding;
|
||||
vector<ModelPart *> cubes;
|
||||
std::vector<ModelPart *> cubes;
|
||||
bool young;
|
||||
std::unordered_map<std::wstring, TexOffs * > mappedTexOffs;
|
||||
int texWidth;
|
||||
|
||||
Reference in New Issue
Block a user