mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 05:45:09 +00:00
refactor: unglob std::type_info
This commit is contained in:
@@ -148,7 +148,7 @@ void EmptyLevelChunk::getEntities(std::shared_ptr<Entity> except, AABB bb, std::
|
||||
{
|
||||
}
|
||||
|
||||
void EmptyLevelChunk::getEntitiesOfClass(const type_info& ec, AABB bb, std::vector<std::shared_ptr<Entity> > &es)
|
||||
void EmptyLevelChunk::getEntitiesOfClass(const std::type_info& ec, AABB bb, std::vector<std::shared_ptr<Entity> > &es)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user