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