Add new Stream base class, internal-only for now.

This commit is contained in:
Alex Szpakowski
2022-04-21 19:52:04 -03:00
parent 76193899b3
commit ceb23eee48
7 changed files with 143 additions and 21 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace love
namespace video
{
love::Type VideoStream::type("VideoStream", &Stream::type);
love::Type VideoStream::type("VideoStream", &Object::type);
void VideoStream::setSync(VideoStream::FrameSync *frameSync)
{