mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-23 16:27:47 +01:00
Add Mare Synchronos and MUI API/IPC functions for testing. Not tested myself because how.
This commit is contained in:
parent
8422d36e4e
commit
d6d13594e0
15 changed files with 857 additions and 240 deletions
|
|
@ -19,6 +19,8 @@ public interface IMetaManipulation< T >
|
|||
[StructLayout( LayoutKind.Explicit, Pack = 1, Size = 16 )]
|
||||
public readonly struct MetaManipulation : IEquatable< MetaManipulation >, IComparable< MetaManipulation >
|
||||
{
|
||||
public const int CurrentVersion = 0;
|
||||
|
||||
public enum Type : byte
|
||||
{
|
||||
Unknown = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue