Clean tmp files

This commit is contained in:
Mateon1
2024-11-01 15:22:15 +01:00
parent 97048546c5
commit d94422641d

View File

@@ -1,23 +0,0 @@
@@
RGB e;
RGB *ep;
@@
(
- e.unk0
+ e.r
|
- e.unk1
+ e.g
|
- e.unk2
+ e.b
|
- ep->unk0
+ ep->r
|
- ep->unk1
+ ep->g
|
- ep->unk2
+ ep->b
)