mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-28 14:25:34 +00:00
refactor: unglob std::list
This commit is contained in:
@@ -24,7 +24,7 @@ BoundingBox *StructureStart::getBoundingBox()
|
||||
return boundingBox;
|
||||
}
|
||||
|
||||
list<StructurePiece *> *StructureStart::getPieces()
|
||||
std::list<StructurePiece *> *StructureStart::getPieces()
|
||||
{
|
||||
return &pieces;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user