Compare commits

...

2 Commits

Author SHA1 Message Date
max
96c1faa626 Merge branch 'master' of https://gitea.grillkol.net/grillkol/voxel 2026-03-25 21:47:03 +01:00
max
82947594a5 removed unessecary imports 2026-03-25 21:46:57 +01:00
5 changed files with 2 additions and 17 deletions

View File

@@ -1,6 +1,5 @@
using OpenTK.Graphics.OpenGL4;
using OpenTK.Windowing.Common;
using OpenTK.Windowing.Common.Input;
using OpenTK.Windowing.Desktop;
using OpenTK.Windowing.GraphicsLibraryFramework;
using Voxel.Graphics;

View File

@@ -1,10 +1,4 @@
using OpenTK.Mathematics;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Voxel.Core;
using Voxel.Physics;

View File

@@ -1,7 +1,5 @@
using OpenTK.Graphics.OpenGL4;
using OpenTK.Mathematics;
using Voxel.Core;
using static System.Runtime.InteropServices.JavaScript.JSType;
namespace Voxel.Graphics
{

View File

@@ -1,5 +1,4 @@
using OpenTK.Mathematics;
using System.Drawing;
// wip
public class UIElement
{

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Voxel.Core;
using Voxel.Core;
namespace Voxel
{