mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-22 01:06:35 +00:00
Move 'IO' folder from 'Classes' to 'internal' folder
This commit is contained in:
@@ -10,7 +10,6 @@ using System.Threading.Tasks;
|
||||
using OMI.Formats.Pck;
|
||||
using OMI.Workers;
|
||||
using PckStudio.Interfaces;
|
||||
using PckStudio.IO.TGA;
|
||||
using PckStudio.Internal.Deserializer;
|
||||
using PckStudio.Internal.Serializer;
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ using NAudio.Wave;
|
||||
using OMI.Formats.Pck;
|
||||
|
||||
using PckStudio.FileFormats;
|
||||
using PckStudio.IO.PckAudio;
|
||||
using PckStudio.Internal.IO.PckAudio;
|
||||
using PckStudio.Forms.Additional_Popups;
|
||||
using PckStudio.Properties;
|
||||
using PckStudio.API.Miles;
|
||||
|
||||
@@ -8,7 +8,7 @@ using OMI.Formats.Languages;
|
||||
using OMI.Formats.Pck;
|
||||
using PckStudio.Internal;
|
||||
using PckStudio.Forms.Editor;
|
||||
using PckStudio.IO._3DST;
|
||||
using PckStudio.Internal.IO._3DST;
|
||||
using PckStudio.Properties;
|
||||
using PckStudio.Forms;
|
||||
using PckStudio.Extensions;
|
||||
|
||||
@@ -9,7 +9,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using OMI.Formats.Pck;
|
||||
using PckStudio.Interfaces;
|
||||
using PckStudio.IO.TGA;
|
||||
using PckStudio.Internal.IO.TGA;
|
||||
|
||||
namespace PckStudio.Internal.Deserializer
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ using System.Threading.Tasks;
|
||||
using OMI.Workers;
|
||||
using OMI;
|
||||
|
||||
namespace PckStudio.IO._3DST
|
||||
namespace PckStudio.Internal.IO._3DST
|
||||
{
|
||||
internal class _3DSTextureReader : IDataFormatReader<Image>, IDataFormatReader
|
||||
{
|
||||
@@ -5,7 +5,7 @@ using System.Text;
|
||||
using OMI;
|
||||
using OMI.Workers;
|
||||
|
||||
namespace PckStudio.IO._3DST
|
||||
namespace PckStudio.Internal.IO._3DST
|
||||
{
|
||||
internal class _3DSTextureWriter : IDataFormatWriter
|
||||
{
|
||||
@@ -3,7 +3,7 @@ using System.Drawing;
|
||||
using System.Drawing.Imaging;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace PckStudio.IO._3DST
|
||||
namespace PckStudio.Internal.IO._3DST
|
||||
{
|
||||
/// <summary>
|
||||
/// Format of the texture used on the PICA200.
|
||||
@@ -4,7 +4,7 @@ using OMI;
|
||||
using OMI.Workers;
|
||||
using PckStudio.FileFormats;
|
||||
|
||||
namespace PckStudio.IO.CSMB
|
||||
namespace PckStudio.Internal.IO.CSMB
|
||||
{
|
||||
internal class CSMBFileReader : IDataFormatReader<CSMBFile>, IDataFormatReader
|
||||
{
|
||||
@@ -4,7 +4,7 @@ using PckStudio.FileFormats;
|
||||
using OMI.Workers;
|
||||
using OMI;
|
||||
|
||||
namespace PckStudio.IO.CSMB
|
||||
namespace PckStudio.Internal.IO.CSMB
|
||||
{
|
||||
internal class CSMBFileWriter : IDataFormatWriter
|
||||
{
|
||||
@@ -8,7 +8,7 @@ using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace PckStudio.IO.PckAudio
|
||||
namespace PckStudio.Internal.IO.PckAudio
|
||||
{
|
||||
|
||||
public class InvalidAudioPckException : Exception
|
||||
@@ -5,7 +5,7 @@ using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
namespace PckStudio.IO.PckAudio
|
||||
namespace PckStudio.Internal.IO.PckAudio
|
||||
{
|
||||
internal class PckAudioFileWriter : IDataFormatWriter
|
||||
{
|
||||
@@ -16,7 +16,7 @@
|
||||
* 3. This notice may not be removed or altered from any source distribution.
|
||||
**/
|
||||
|
||||
namespace PckStudio.IO.TGA
|
||||
namespace PckStudio.Internal.IO.TGA
|
||||
{
|
||||
internal enum TGADataTypeCode : byte
|
||||
{
|
||||
@@ -18,7 +18,7 @@
|
||||
using System.IO;
|
||||
using System.Drawing;
|
||||
|
||||
namespace PckStudio.IO.TGA
|
||||
namespace PckStudio.Internal.IO.TGA
|
||||
{
|
||||
internal static class TGADeserializer
|
||||
{
|
||||
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
namespace PckStudio.IO.TGA
|
||||
namespace PckStudio.Internal.IO.TGA
|
||||
{
|
||||
[Serializable]
|
||||
internal class TGAException : Exception
|
||||
@@ -18,7 +18,7 @@
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace PckStudio.IO.TGA
|
||||
namespace PckStudio.Internal.IO.TGA
|
||||
{
|
||||
internal struct TGAExtentionData
|
||||
{
|
||||
@@ -19,7 +19,7 @@ using System.IO;
|
||||
using System.Drawing;
|
||||
using System;
|
||||
|
||||
namespace PckStudio.IO.TGA
|
||||
namespace PckStudio.Internal.IO.TGA
|
||||
{
|
||||
internal class TGAFileData
|
||||
{
|
||||
@@ -16,7 +16,7 @@
|
||||
* 3. This notice may not be removed or altered from any source distribution.
|
||||
**/
|
||||
|
||||
namespace PckStudio.IO.TGA
|
||||
namespace PckStudio.Internal.IO.TGA
|
||||
{
|
||||
internal struct TGAFooter
|
||||
{
|
||||
@@ -16,7 +16,7 @@
|
||||
* 3. This notice may not be removed or altered from any source distribution.
|
||||
**/
|
||||
|
||||
namespace PckStudio.IO.TGA
|
||||
namespace PckStudio.Internal.IO.TGA
|
||||
{
|
||||
/// <summary>
|
||||
/// Resources:
|
||||
@@ -26,7 +26,7 @@ using System.Collections.Generic;
|
||||
using OMI.Workers;
|
||||
using OMI;
|
||||
|
||||
namespace PckStudio.IO.TGA
|
||||
namespace PckStudio.Internal.IO.TGA
|
||||
{
|
||||
internal class TGAReader : IDataFormatReader<TGAFileData>, IDataFormatReader
|
||||
{
|
||||
@@ -18,7 +18,7 @@
|
||||
using System.IO;
|
||||
using System.Drawing;
|
||||
|
||||
namespace PckStudio.IO.TGA
|
||||
namespace PckStudio.Internal.IO.TGA
|
||||
{
|
||||
internal static class TGASerializer
|
||||
{
|
||||
@@ -26,7 +26,7 @@ using OMI;
|
||||
using System.Windows.Forms;
|
||||
using DiscordRPC;
|
||||
|
||||
namespace PckStudio.IO.TGA
|
||||
namespace PckStudio.Internal.IO.TGA
|
||||
{
|
||||
internal class TGAWriter
|
||||
{
|
||||
@@ -9,7 +9,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using OMI.Formats.Pck;
|
||||
using PckStudio.Interfaces;
|
||||
using PckStudio.IO.TGA;
|
||||
using PckStudio.Internal.IO.TGA;
|
||||
|
||||
namespace PckStudio.Internal.Serializer
|
||||
{
|
||||
|
||||
@@ -7,12 +7,10 @@ using System.Windows.Forms;
|
||||
using System.Drawing.Drawing2D;
|
||||
using System.Diagnostics;
|
||||
using System.Drawing.Imaging;
|
||||
using OMI.Formats.Archive;
|
||||
using OMI.Formats.Pck;
|
||||
using OMI.Formats.GameRule;
|
||||
using OMI.Formats.Languages;
|
||||
using OMI.Formats.Model;
|
||||
using OMI.Workers.Archive;
|
||||
using OMI.Workers.Pck;
|
||||
using OMI.Workers.GameRule;
|
||||
using OMI.Workers.Language;
|
||||
@@ -24,8 +22,8 @@ using PckStudio.Forms.Editor;
|
||||
using PckStudio.Forms.Additional_Popups.Animation;
|
||||
using PckStudio.Forms.Additional_Popups;
|
||||
using PckStudio.Classes.Misc;
|
||||
using PckStudio.IO.PckAudio;
|
||||
using PckStudio.IO._3DST;
|
||||
using PckStudio.Internal.IO.PckAudio;
|
||||
using PckStudio.Internal.IO._3DST;
|
||||
using PckStudio.Internal;
|
||||
using PckStudio.Features;
|
||||
using PckStudio.Extensions;
|
||||
|
||||
@@ -133,8 +133,8 @@
|
||||
<Reference Include="WindowsFormsIntegration" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Classes\IO\TGA\TGADeserializer.cs" />
|
||||
<Compile Include="Classes\IO\TGA\TGASerializer.cs" />
|
||||
<Compile Include="Internal\IO\TGA\TGADeserializer.cs" />
|
||||
<Compile Include="Internal\IO\TGA\TGASerializer.cs" />
|
||||
<Compile Include="Extensions\LocFileExtensions.cs" />
|
||||
<Compile Include="Extensions\PckAssetExtensions.cs" />
|
||||
<Compile Include="Extensions\TreeNodeExtensions.cs" />
|
||||
@@ -198,12 +198,12 @@
|
||||
<Compile Include="FileFormats\CSMBFile.cs" />
|
||||
<Compile Include="FileFormats\PckAudioFile.cs" />
|
||||
<Compile Include="Classes\API\Miles\Binka.cs" />
|
||||
<Compile Include="Classes\IO\3DST\3DSTextureReader.cs" />
|
||||
<Compile Include="Classes\IO\3DST\3DSTextureWriter.cs" />
|
||||
<Compile Include="Classes\IO\CSMB\CSMBFileReader.cs" />
|
||||
<Compile Include="Classes\IO\CSMB\CSMBFileWriter.cs" />
|
||||
<Compile Include="Classes\IO\PckAudio\PckAudioFileReader.cs" />
|
||||
<Compile Include="Classes\IO\PckAudio\PckAudioFileWriter.cs" />
|
||||
<Compile Include="Internal\IO\3DST\3DSTextureReader.cs" />
|
||||
<Compile Include="Internal\IO\3DST\3DSTextureWriter.cs" />
|
||||
<Compile Include="Internal\IO\CSMB\CSMBFileReader.cs" />
|
||||
<Compile Include="Internal\IO\CSMB\CSMBFileWriter.cs" />
|
||||
<Compile Include="Internal\IO\PckAudio\PckAudioFileReader.cs" />
|
||||
<Compile Include="Internal\IO\PckAudio\PckAudioFileWriter.cs" />
|
||||
<Compile Include="Classes\Misc\FileCacher.cs" />
|
||||
<Compile Include="Classes\Misc\OpenFolderDialog.cs" />
|
||||
<Compile Include="Classes\Models\DefaultModels\Steve64x64Model.cs" />
|
||||
@@ -245,14 +245,14 @@
|
||||
<Compile Include="Features\CemuPanel.Designer.cs">
|
||||
<DependentUpon>CemuPanel.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Classes\IO\TGA\TGAFileData.cs" />
|
||||
<Compile Include="Classes\IO\TGA\TGADataTypeCode.cs" />
|
||||
<Compile Include="Classes\IO\TGA\TGAException.cs" />
|
||||
<Compile Include="Classes\IO\TGA\TGAExtentionData.cs" />
|
||||
<Compile Include="Classes\IO\TGA\TGAFooter.cs" />
|
||||
<Compile Include="Classes\IO\TGA\TGAHeader.cs" />
|
||||
<Compile Include="Classes\IO\TGA\TGAReader.cs" />
|
||||
<Compile Include="Classes\IO\TGA\TGAWriter.cs" />
|
||||
<Compile Include="Internal\IO\TGA\TGAFileData.cs" />
|
||||
<Compile Include="Internal\IO\TGA\TGADataTypeCode.cs" />
|
||||
<Compile Include="Internal\IO\TGA\TGAException.cs" />
|
||||
<Compile Include="Internal\IO\TGA\TGAExtentionData.cs" />
|
||||
<Compile Include="Internal\IO\TGA\TGAFooter.cs" />
|
||||
<Compile Include="Internal\IO\TGA\TGAHeader.cs" />
|
||||
<Compile Include="Internal\IO\TGA\TGAReader.cs" />
|
||||
<Compile Include="Internal\IO\TGA\TGAWriter.cs" />
|
||||
<Compile Include="Forms\Additional-Popups\EntityForms\AddEntry.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
@@ -436,7 +436,7 @@
|
||||
<DependentUpon>CreditsForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Classes\IO\3DST\TextureCodec.cs" />
|
||||
<Compile Include="Internal\IO\3DST\TextureCodec.cs" />
|
||||
<EmbeddedResource Include="Features\CemuPanel.resx">
|
||||
<DependentUpon>CemuPanel.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
||||
Reference in New Issue
Block a user