#pragma once #include namespace mlx { void GraphicsSupport::TryEraseSpritesInScene(NonOwningPtr texture) noexcept { MLX_PROFILE_FUNCTION(); p_scene->TryEraseSpriteFromTexture(texture); } }