mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-18 02:18:20 +00:00
refactor: begin unglobbing std::vector
This commit is contained in:
@@ -81,7 +81,7 @@ void Villages::removeVillages()
|
||||
}
|
||||
}
|
||||
|
||||
vector<std::shared_ptr<Village> > *Villages::getVillages()
|
||||
std::vector<std::shared_ptr<Village> > *Villages::getVillages()
|
||||
{
|
||||
return &villages;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user