mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-18 07:01:54 +00:00
refactor: begin unglobbing std::vector
This commit is contained in:
@@ -1897,7 +1897,7 @@ std::wstring Entity::getAName()
|
||||
//return I18n.get("entity." + id + ".name");
|
||||
}
|
||||
|
||||
vector<std::shared_ptr<Entity> > *Entity::getSubEntities()
|
||||
std::vector<std::shared_ptr<Entity> > *Entity::getSubEntities()
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user