Move non-output to new CppUtils namespace
We prefer to have the Outputs directory contain just one file or namespace per output module, so we'll move all C++-related stuff to a new CppUtils namespace instead.
This commit is contained in:
@@ -9,7 +9,8 @@ using System.Linq;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
using Il2CppInspector.Reflection;
|
||||
using Il2CppInspector.Outputs.UnityHeaders;
|
||||
using Il2CppInspector.CppUtils;
|
||||
using Il2CppInspector.CppUtils.UnityHeaders;
|
||||
|
||||
namespace Il2CppInspector.Outputs
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user