mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Move public LibC classes out of internal
This commit is contained in:
parent
43b8ca1d78
commit
87a11d5868
4 changed files with 6 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ using System;
|
|||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
|
||||
namespace Dalamud.Game.Internal.Libc
|
||||
namespace Dalamud.Game.Libc
|
||||
{
|
||||
/// <summary>
|
||||
/// This class handles creating cstrings utilizing native game methods.
|
||||
|
|
@ -1,6 +1,8 @@
|
|||
using System;
|
||||
|
||||
namespace Dalamud.Game.Internal.Libc
|
||||
using Dalamud.Game.Internal;
|
||||
|
||||
namespace Dalamud.Game.Libc
|
||||
{
|
||||
/// <summary>
|
||||
/// The address resolver for the <see cref="LibcFunction"/> class.
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Dalamud.Game.Internal.Libc
|
||||
namespace Dalamud.Game.Libc
|
||||
{
|
||||
/// <summary>
|
||||
/// An address wrapper around the <see cref="StdString"/> class.
|
||||
|
|
@ -2,7 +2,7 @@ using System;
|
|||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
|
||||
namespace Dalamud.Game.Internal.Libc
|
||||
namespace Dalamud.Game.Libc
|
||||
{
|
||||
/// <summary>
|
||||
/// Interation with std::string.
|
||||
Loading…
Add table
Add a link
Reference in a new issue