mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-25 17:33:04 +00:00
Rename ZoneLoader and ZoneWriter components to ZoneLoading and ZoneWriting to make a difference between the executive class and the component class
This commit is contained in:
11
src/ZoneLoading/Loading/StreamProcessor.cpp
Normal file
11
src/ZoneLoading/Loading/StreamProcessor.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "StreamProcessor.h"
|
||||
|
||||
StreamProcessor::StreamProcessor()
|
||||
{
|
||||
m_base_stream = nullptr;
|
||||
}
|
||||
|
||||
void StreamProcessor::SetBaseStream(ILoadingStream* baseStream)
|
||||
{
|
||||
m_base_stream = baseStream;
|
||||
}
|
||||
Reference in New Issue
Block a user