mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-12 15:58:28 -05: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:
7
src/ZoneWriting/Zone/Stream/IZoneOutputStream.h
Normal file
7
src/ZoneWriting/Zone/Stream/IZoneOutputStream.h
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
class IZoneOutputStream
|
||||
{
|
||||
public:
|
||||
virtual void Align(int alignTo) = 0;
|
||||
};
|
Reference in New Issue
Block a user