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
View File
@@ -23,7 +23,6 @@
// LOVE
#include "common/Module.h"
#include "common/Stream.h"
#include "filesystem/File.h"
#include "VideoStream.h"