Move Win32 helpers to ZuneModCore.Win32

This commit is contained in:
Yoshi Askharoun
2021-05-26 11:26:08 -05:00
parent 9579f75076
commit 454bc8f07f
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using ZuneModCore.Win32;
namespace ZuneModCore.Mods
{
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ZuneModCore
namespace ZuneModCore.Win32
{
using System.Runtime.InteropServices;
using System.Diagnostics;
@@ -1,6 +1,6 @@
using Microsoft.Win32;
namespace ZuneModCore
namespace ZuneModCore.Win32
{
#pragma warning disable CA1416 // Validate platform compatibility