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:
Robert Xiao
2020-06-26 18:03:04 -07:00
committed by Katy
parent de6d9e2230
commit 393d26b2a3
33 changed files with 17 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ using Il2CppInspector.Outputs;
using Il2CppInspector.Reflection;
using Ookii.Dialogs.Wpf;
using Path = System.IO.Path;
using Il2CppInspector.Outputs.UnityHeaders;
using Il2CppInspector.CppUtils.UnityHeaders;
namespace Il2CppInspectorGUI
{