mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
7 lines
91 B
C++
7 lines
91 B
C++
#pragma once
|
|
|
|
class IZoneOutputStream
|
|
{
|
|
public:
|
|
virtual void Align(int alignTo) = 0;
|
|
}; |