mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-24 08:53: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:
13
src/ZoneLoading/Loading/StreamProcessor.h
Normal file
13
src/ZoneLoading/Loading/StreamProcessor.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "ILoadingStream.h"
|
||||
|
||||
class StreamProcessor : public ILoadingStream
|
||||
{
|
||||
protected:
|
||||
ILoadingStream* m_base_stream;
|
||||
|
||||
public:
|
||||
StreamProcessor();
|
||||
|
||||
void SetBaseStream(ILoadingStream* baseStream);
|
||||
};
|
||||
Reference in New Issue
Block a user