mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-31 21:03:48 +01:00
Implement reloading eqdp, gmp, awt, etc.
This commit is contained in:
parent
edc616da36
commit
ab3cc6dc78
2 changed files with 63 additions and 1 deletions
13
Penumbra/Structs/CharacterResourceManager.cs
Normal file
13
Penumbra/Structs/CharacterResourceManager.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Penumbra.Structs
|
||||
{
|
||||
[StructLayout( LayoutKind.Sequential )]
|
||||
public unsafe struct CharacterResourceManager
|
||||
{
|
||||
public void* VTable;
|
||||
|
||||
public IntPtr Resources; // Size: 85, I hate C#
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue