update structure (not compiling yet)

This commit is contained in:
2024-09-01 09:06:35 +02:00
parent 530bae8d57
commit 1c6a2f748c
18 changed files with 151 additions and 300 deletions

View File

@@ -1,4 +1,6 @@
namespace SM64Lib.N64Graphics;
using System.Drawing;
namespace SM64Lib.N64Graphics;
public enum N64Codec { RGBA16, RGBA32, IA16, IA8, IA4, I8, I4, CI8, CI4, ONEBPP };
public enum N64IMode { AlphaCopyIntensity, AlphaBinary, AlphaOne };