mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-22 01:06:35 +00:00
Move Binka & BinkaConverter into 'External/API/Miles'
This commit is contained in:
@@ -7,7 +7,7 @@ using PckStudio.Internal;
|
||||
using PckStudio.Internal.App;
|
||||
using SharpMSS;
|
||||
|
||||
namespace PckStudio.API.Miles
|
||||
namespace PckStudio.External.API.Miles
|
||||
{
|
||||
internal static class Binka
|
||||
{
|
||||
@@ -3,7 +3,6 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using PckStudio.API.Miles;
|
||||
using PckStudio.Forms.Additional_Popups;
|
||||
using System.Windows.Forms;
|
||||
using System.IO;
|
||||
@@ -11,7 +10,7 @@ using PckStudio.Internal;
|
||||
using System.Text.RegularExpressions;
|
||||
using PckStudio.Internal.App;
|
||||
|
||||
namespace PckStudio.Classes.Utils
|
||||
namespace PckStudio.External.API.Miles
|
||||
{
|
||||
internal static class BinkaConverter
|
||||
{
|
||||
@@ -17,8 +17,7 @@ using PckStudio.FileFormats;
|
||||
using PckStudio.Internal.IO.PckAudio;
|
||||
using PckStudio.Forms.Additional_Popups;
|
||||
using PckStudio.Properties;
|
||||
using PckStudio.API.Miles;
|
||||
using PckStudio.Internal;
|
||||
using PckStudio.External.API.Miles;
|
||||
using PckStudio.Extensions;
|
||||
using PckStudio.Internal.App;
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ using PckStudio.Internal;
|
||||
using PckStudio.Forms.Features;
|
||||
using PckStudio.Extensions;
|
||||
using PckStudio.Popups;
|
||||
using PckStudio.Classes.Utils;
|
||||
using PckStudio.External.API.Miles;
|
||||
using PckStudio.Internal.Json;
|
||||
using PckStudio.Internal.Deserializer;
|
||||
using PckStudio.Internal.Serializer;
|
||||
|
||||
@@ -178,7 +178,7 @@
|
||||
<Compile Include="ToolboxItems\ToolStripRadioButtonMenuItem.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Classes\Utils\BinkaConverter.cs" />
|
||||
<Compile Include="External\API\Miles\BinkaConverter.cs" />
|
||||
<Compile Include="Extensions\AnimationExtensions.cs" />
|
||||
<Compile Include="Extensions\ImageLayoutDirection.cs" />
|
||||
<Compile Include="Extensions\ImageSection.cs" />
|
||||
@@ -210,7 +210,7 @@
|
||||
<Compile Include="Extensions\GraphicsExtensions.cs" />
|
||||
<Compile Include="FileFormats\CSMBFile.cs" />
|
||||
<Compile Include="FileFormats\PckAudioFile.cs" />
|
||||
<Compile Include="Classes\API\Miles\Binka.cs" />
|
||||
<Compile Include="External\API\Miles\Binka.cs" />
|
||||
<Compile Include="Internal\IO\3DST\3DSTextureReader.cs" />
|
||||
<Compile Include="Internal\IO\3DST\3DSTextureWriter.cs" />
|
||||
<Compile Include="Internal\IO\CSMB\CSMBFileReader.cs" />
|
||||
|
||||
Reference in New Issue
Block a user