C++: Implement bitfields

This commit is contained in:
Katy Coe
2020-06-27 17:09:05 +02:00
parent 29c9514fdf
commit 630b0a771d
2 changed files with 62 additions and 32 deletions

View File

@@ -7,8 +7,8 @@
using System;
using System.Diagnostics;
using System.IO;
using Il2CppInspector.Cpp;
using Il2CppInspector.Outputs.UnityHeaders;
using Il2CppInspector.CppUtils;
using Il2CppInspector.CppUtils.UnityHeaders;
using Il2CppInspector.Reflection;
using NUnit.Framework;