mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-24 08:53:04 +00:00
refactor: cryptography component
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
|
||||
class StreamProcessor : public ILoadingStream
|
||||
{
|
||||
protected:
|
||||
ILoadingStream* m_base_stream;
|
||||
|
||||
public:
|
||||
StreamProcessor();
|
||||
|
||||
void SetBaseStream(ILoadingStream* baseStream);
|
||||
|
||||
protected:
|
||||
ILoadingStream* m_base_stream;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user