C++: Finish initial draft of header parsing
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using Il2CppInspector.Cpp;
|
||||
using Il2CppInspector.Outputs.UnityHeaders;
|
||||
@@ -22,6 +23,9 @@ namespace Il2CppInspector
|
||||
|
||||
var cppTypes = CppTypes.FromUnityHeaders(new UnityVersion("2019.3.1f1"));
|
||||
|
||||
foreach (var cppType in cppTypes.Types)
|
||||
Debug.WriteLine(cppType.Key + ":\n" + cppType.Value + "\n");
|
||||
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user