Skip to content

Commit 3db0d27

Browse files
committed
Update generated files
1 parent d2fe090 commit 3db0d27

33 files changed

+48
-31
lines changed

src/ImGui.NET.SampleProgram/ImGuiController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using System.Numerics;
44
using System.Reflection;
55
using System.IO;
6+
using ImPlotNET;
67
using Veldrid;
78
using System.Runtime.CompilerServices;
89

src/ImGui.NET.SampleProgram/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System;
22
using System.Linq;
33
using System.Numerics;
4+
using ImPlotNET;
45
using Veldrid;
56
using Veldrid.Sdl2;
67
using Veldrid.StartupUtilities;

src/ImGuizmo.NET/Generated/ImGuizmo.gen.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
using System.Numerics;
33
using System.Runtime.InteropServices;
44
using System.Text;
5+
using ImGuiNET;
56

6-
namespace ImGuiNET
7+
namespace ImGuizmoNET
78
{
89
public static unsafe partial class ImGuizmo
910
{

src/ImGuizmo.NET/Generated/ImGuizmoNative.gen.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
using System;
22
using System.Numerics;
33
using System.Runtime.InteropServices;
4+
using ImGuiNET;
45

5-
namespace ImGuiNET
6+
namespace ImGuizmoNET
67
{
78
public static unsafe partial class ImGuizmoNative
89
{

src/ImGuizmo.NET/Generated/MODE.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace ImGuiNET
1+
namespace ImGuizmoNET
22
{
33
public enum MODE
44
{

src/ImGuizmo.NET/Generated/OPERATION.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace ImGuiNET
1+
namespace ImGuizmoNET
22
{
33
public enum OPERATION
44
{

src/ImNodes.NET/Generated/AttributeFlags.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace ImGuiNET
1+
namespace ImNodesNET
22
{
33
[System.Flags]
44
public enum AttributeFlags

src/ImNodes.NET/Generated/ColorStyle.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace ImGuiNET
1+
namespace ImNodesNET
22
{
33
public enum ColorStyle
44
{

src/ImNodes.NET/Generated/EmulateThreeButtonMouse.gen.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
using System.Numerics;
33
using System.Runtime.CompilerServices;
44
using System.Text;
5+
using ImGuiNET;
56

6-
namespace ImGuiNET
7+
namespace ImNodesNET
78
{
89
public unsafe partial struct EmulateThreeButtonMouse
910
{

src/ImNodes.NET/Generated/IO.gen.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
using System.Numerics;
33
using System.Runtime.CompilerServices;
44
using System.Text;
5+
using ImGuiNET;
56

6-
namespace ImGuiNET
7+
namespace ImNodesNET
78
{
89
public unsafe partial struct IO
910
{

0 commit comments

Comments
 (0)