refactor: begin unglobbing std::vector
This commit is contained in:
@@ -89,7 +89,7 @@ std::wstring ReadOnlyChunkCache::gatherStats()
|
||||
return L"ReadOnlyChunkCache";
|
||||
}
|
||||
|
||||
vector<Biome::MobSpawnerData *> *ReadOnlyChunkCache::getMobsAt(MobCategory *mobCategory, int x, int y, int z)
|
||||
std::vector<Biome::MobSpawnerData *> *ReadOnlyChunkCache::getMobsAt(MobCategory *mobCategory, int x, int y, int z)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user