rename. closed #817

This commit is contained in:
Perfare 2021-11-19 18:24:18 +08:00
parent a7e6d91f5b
commit ce1172ca9a
2 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,8 @@
using System.Diagnostics; using System;
using System.Diagnostics;
using System.Globalization; using System.Globalization;
using System.Runtime.InteropServices;
namespace System namespace AssetStudio
{ {
/// <summary> /// <summary>
/// Represents a half-precision floating point number. /// Represents a half-precision floating point number.

View File

@ -1,6 +1,7 @@
using System.Runtime.InteropServices; using System;
using System.Runtime.InteropServices;
namespace System namespace AssetStudio
{ {
/// <summary> /// <summary>
/// Helper class for Half conversions and some low level operations. /// Helper class for Half conversions and some low level operations.