Move interfaces to own namespace

This commit is contained in:
Matt Nadareski
2022-05-01 17:41:50 -07:00
parent a44bdf9013
commit 9d7cc4012c
103 changed files with 103 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ using System.Linq;
using System.Text;
using BurnOutSharp.ExecutableType.Microsoft.NE;
using BurnOutSharp.ExecutableType.Microsoft.PE;
using BurnOutSharp.Interfaces;
using BurnOutSharp.Matching;
namespace BurnOutSharp.PackerType