mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-13 16:28:31 -05:00
parse struct and union sequences
This commit is contained in:
@ -10,5 +10,5 @@ public:
|
||||
IPackValueSupplier& operator=(const IPackValueSupplier& other) = default;
|
||||
IPackValueSupplier& operator=(IPackValueSupplier&& other) noexcept = default;
|
||||
|
||||
virtual int GetCurrentPack() = 0;
|
||||
virtual int GetCurrentPack() const = 0;
|
||||
};
|
Reference in New Issue
Block a user