Discover another unknown structure

This commit is contained in:
Ryan Dwyer
2019-09-29 08:30:45 +10:00
parent 776fa6a6c0
commit f20360fb99
2 changed files with 134 additions and 75 deletions
+6
View File
@@ -351,4 +351,10 @@ struct twowords {
u32 unk04;
};
struct something {
u32 *unk00;
u32 *unk04;
u32 unk08;
};
#endif