Use external library for API interface and IPC.

This commit is contained in:
Ottermandias 2022-10-08 02:02:33 +02:00
parent b3f048bfe6
commit 918d5db6a6
69 changed files with 4026 additions and 1873 deletions

View file

@ -1,7 +0,0 @@
namespace Penumbra.GameData.Enums;
public enum RedrawType
{
Redraw,
AfterGPose,
}