minor polish here and there

This commit is contained in:
2025-11-11 15:45:49 -05:00
parent 07096c487b
commit 2a671e2623
3 changed files with 8 additions and 3 deletions

View File

@@ -34,6 +34,6 @@ namespace anm2ed::render
namespace anm2ed
{
bool animation_render(const std::string&, const std::string&, std::vector<resource::Texture>&, AudioStream&,
bool animation_render(const std::string&, const std::string&, std::vector<resource::Texture>, AudioStream,
render::Type, glm::ivec2, int);
}
}