Core: Merge InputStream and OutputStream to Stream
Remove serialization support from Stream Former-commit-id: 7a761e4fcd07cab561f13e4709c4492ed18da88a
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Nz
|
||||
return (extension == "md5mesh");
|
||||
}
|
||||
|
||||
Ternary Check(InputStream& stream, const MeshParams& parameters)
|
||||
Ternary Check(Stream& stream, const MeshParams& parameters)
|
||||
{
|
||||
NazaraUnused(parameters);
|
||||
|
||||
@@ -28,7 +28,7 @@ namespace Nz
|
||||
return parser.Check();
|
||||
}
|
||||
|
||||
bool Load(Mesh* mesh, InputStream& stream, const MeshParams& parameters)
|
||||
bool Load(Mesh* mesh, Stream& stream, const MeshParams& parameters)
|
||||
{
|
||||
MD5MeshParser parser(stream);
|
||||
if (!parser.Parse())
|
||||
|
||||
Reference in New Issue
Block a user