timeline refactor, bit broken rn

This commit is contained in:
2025-11-09 10:35:21 -05:00
parent 1e35910b0a
commit e2799b1e58
41 changed files with 2034 additions and 1374 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include "audio_stream.h"
#include "texture.h"
namespace anm2ed::render
@@ -33,6 +34,6 @@ namespace anm2ed::render
namespace anm2ed
{
bool animation_render(const std::string&, const std::string&, std::vector<resource::Texture>&, render::Type,
glm::ivec2, int);
bool animation_render(const std::string&, const std::string&, std::vector<resource::Texture>&, AudioStream&,
render::Type, glm::ivec2, int);
}